Interface ModifyEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyEndpointAccessRequest.Builder,ModifyEndpointAccessRequest>
,RedshiftRequest.Builder
,SdkBuilder<ModifyEndpointAccessRequest.Builder,ModifyEndpointAccessRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ModifyEndpointAccessRequest
public static interface ModifyEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyEndpointAccessRequest.Builder,ModifyEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyEndpointAccessRequest.Builder
endpointName(String endpointName)
The endpoint to be modified.ModifyEndpointAccessRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyEndpointAccessRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyEndpointAccessRequest.Builder
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The complete list of VPC security groups associated with the endpoint after the endpoint is modified.ModifyEndpointAccessRequest.Builder
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The complete 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.redshift.model.RedshiftRequest.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
ModifyEndpointAccessRequest.Builder endpointName(String endpointName)
The endpoint to be modified.
- Parameters:
endpointName
- The endpoint to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcSecurityGroupIds
ModifyEndpointAccessRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
- Parameters:
vpcSecurityGroupIds
- The complete 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
ModifyEndpointAccessRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
- Parameters:
vpcSecurityGroupIds
- The complete 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
ModifyEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-