Interface UpdateEndpointAccessRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateEndpointAccessRequest.Builder,,- UpdateEndpointAccessRequest> - RedshiftServerlessRequest.Builder,- SdkBuilder<UpdateEndpointAccessRequest.Builder,,- UpdateEndpointAccessRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateEndpointAccessRequest
@Mutable
@NotThreadSafe
public static interface UpdateEndpointAccessRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointAccessRequest.Builder,UpdateEndpointAccessRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionendpointName(String endpointName) The name of the VPC endpoint to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcSecurityGroupIds(String... vpcSecurityGroupIds) The list of VPC security groups associated with the endpoint after the endpoint is modified.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) The list of VPC security groups associated with the endpoint after the endpoint is modified.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
endpointNameThe name of the VPC endpoint to update. - Parameters:
- endpointName- The name of the VPC endpoint to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcSecurityGroupIdsThe list of VPC security groups associated with the endpoint after the endpoint is modified. - Parameters:
- vpcSecurityGroupIds- The list of VPC security groups associated with the endpoint after the endpoint is modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcSecurityGroupIdsThe list of VPC security groups associated with the endpoint after the endpoint is modified. - Parameters:
- vpcSecurityGroupIds- The list of VPC security groups associated with the endpoint after the endpoint is modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-