public static interface RevokeEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<RevokeEndpointAccessRequest.Builder,RevokeEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
RevokeEndpointAccessRequest.Builder |
account(String account)
The Amazon Web Services account ID whose access is to be revoked.
|
RevokeEndpointAccessRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster to revoke access from.
|
RevokeEndpointAccessRequest.Builder |
force(Boolean force)
Indicates whether to force the revoke action.
|
RevokeEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RevokeEndpointAccessRequest.Builder |
vpcIds(Collection<String> vpcIds)
The virtual private cloud (VPC) identifiers for which access is to be revoked.
|
RevokeEndpointAccessRequest.Builder |
vpcIds(String... vpcIds)
The virtual private cloud (VPC) identifiers for which access is to be revoked.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster to revoke access from.
clusterIdentifier - The cluster to revoke access from.RevokeEndpointAccessRequest.Builder account(String account)
The Amazon Web Services account ID whose access is to be revoked.
account - The Amazon Web Services account ID whose access is to be revoked.RevokeEndpointAccessRequest.Builder vpcIds(Collection<String> vpcIds)
The virtual private cloud (VPC) identifiers for which access is to be revoked.
vpcIds - The virtual private cloud (VPC) identifiers for which access is to be revoked.RevokeEndpointAccessRequest.Builder vpcIds(String... vpcIds)
The virtual private cloud (VPC) identifiers for which access is to be revoked.
vpcIds - The virtual private cloud (VPC) identifiers for which access is to be revoked.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.
force - Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated
with the endpoint authorization are also deleted.RevokeEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRevokeEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.