Interface UpdateEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEndpointAccessRequest.Builder,UpdateEndpointAccessRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<UpdateEndpointAccessRequest.Builder,UpdateEndpointAccessRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEndpointAccessRequest
public static interface UpdateEndpointAccessRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointAccessRequest.Builder,UpdateEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEndpointAccessRequest.BuilderendpointName(String endpointName)The name of the VPC endpoint to update.UpdateEndpointAccessRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEndpointAccessRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEndpointAccessRequest.BuildervpcSecurityGroupIds(String... vpcSecurityGroupIds)The list of VPC security groups associated with the endpoint after the endpoint is modified.UpdateEndpointAccessRequest.BuildervpcSecurityGroupIds(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, sdkFields
-
-
-
-
Method Detail
-
endpointName
UpdateEndpointAccessRequest.Builder endpointName(String 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
UpdateEndpointAccessRequest.Builder vpcSecurityGroupIds(Collection<String> 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
UpdateEndpointAccessRequest.Builder vpcSecurityGroupIds(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-