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