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 Summary
Modifier 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.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpointName
The 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.
-
vpcSecurityGroupIds
The 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.
-
vpcSecurityGroupIds
The 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.
-
overrideConfiguration
UpdateEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-