Interface AuthorizeEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AuthorizeEndpointAccessRequest.Builder,AuthorizeEndpointAccessRequest>,RedshiftRequest.Builder,SdkBuilder<AuthorizeEndpointAccessRequest.Builder,AuthorizeEndpointAccessRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AuthorizeEndpointAccessRequest
public static interface AuthorizeEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeEndpointAccessRequest.Builder,AuthorizeEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizeEndpointAccessRequest.Builderaccount(String account)The Amazon Web Services account ID to grant access to.AuthorizeEndpointAccessRequest.BuilderclusterIdentifier(String clusterIdentifier)The cluster identifier of the cluster to grant access to.AuthorizeEndpointAccessRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeEndpointAccessRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeEndpointAccessRequest.BuildervpcIds(String... vpcIds)The virtual private cloud (VPC) identifiers to grant access to.AuthorizeEndpointAccessRequest.BuildervpcIds(Collection<String> vpcIds)The virtual private cloud (VPC) identifiers to grant access to.-
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
-
clusterIdentifier
AuthorizeEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster to grant access to.
- Parameters:
clusterIdentifier- The cluster identifier of the cluster to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
account
AuthorizeEndpointAccessRequest.Builder account(String account)
The Amazon Web Services account ID to grant access to.
- Parameters:
account- The Amazon Web Services account ID to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIds
AuthorizeEndpointAccessRequest.Builder vpcIds(Collection<String> vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
- Parameters:
vpcIds- The virtual private cloud (VPC) identifiers to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIds
AuthorizeEndpointAccessRequest.Builder vpcIds(String... vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
- Parameters:
vpcIds- The virtual private cloud (VPC) identifiers to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AuthorizeEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AuthorizeEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-