public static interface UpdateEndpointAccessRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointAccessRequest.Builder,UpdateEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointAccessRequest.Builder |
endpointName(String endpointName)
The name of the VPC endpoint to update.
|
UpdateEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEndpointAccessRequest.Builder |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
|
UpdateEndpointAccessRequest.Builder |
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEndpointAccessRequest.Builder endpointName(String endpointName)
The name of the VPC endpoint to update.
endpointName - The name of the VPC endpoint to update.UpdateEndpointAccessRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
vpcSecurityGroupIds - The list of VPC security groups associated with the endpoint after the endpoint is modified.UpdateEndpointAccessRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
vpcSecurityGroupIds - The list of VPC security groups associated with the endpoint after the endpoint is modified.UpdateEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.