Interface RevokeEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RevokeEndpointAccessRequest.Builder,RevokeEndpointAccessRequest>,RedshiftRequest.Builder,SdkBuilder<RevokeEndpointAccessRequest.Builder,RevokeEndpointAccessRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RevokeEndpointAccessRequest
public static interface RevokeEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<RevokeEndpointAccessRequest.Builder,RevokeEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevokeEndpointAccessRequest.Builderaccount(String account)The Amazon Web Services account ID whose access is to be revoked.RevokeEndpointAccessRequest.BuilderclusterIdentifier(String clusterIdentifier)The cluster to revoke access from.RevokeEndpointAccessRequest.Builderforce(Boolean force)Indicates whether to force the revoke action.RevokeEndpointAccessRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RevokeEndpointAccessRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RevokeEndpointAccessRequest.BuildervpcIds(String... vpcIds)The virtual private cloud (VPC) identifiers for which access is to be revoked.RevokeEndpointAccessRequest.BuildervpcIds(Collection<String> vpcIds)The virtual private cloud (VPC) identifiers for which access is to be revoked.-
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
RevokeEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster to revoke access from.
- Parameters:
clusterIdentifier- The cluster to revoke access from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
account
RevokeEndpointAccessRequest.Builder account(String account)
The Amazon Web Services account ID whose access is to be revoked.
- Parameters:
account- The Amazon Web Services account ID whose access is to be revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIds
RevokeEndpointAccessRequest.Builder vpcIds(Collection<String> vpcIds)
The virtual private cloud (VPC) identifiers for which access is to be revoked.
- Parameters:
vpcIds- The virtual private cloud (VPC) identifiers for which access is to be revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIds
RevokeEndpointAccessRequest.Builder vpcIds(String... vpcIds)
The virtual private cloud (VPC) identifiers for which access is to be revoked.
- Parameters:
vpcIds- The virtual private cloud (VPC) identifiers for which access is to be revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
force
RevokeEndpointAccessRequest.Builder force(Boolean force)
Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
- Parameters:
force- Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RevokeEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RevokeEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-