public static interface RevokeSnapshotAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
RevokeSnapshotAccessRequest.Builder |
accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
|
RevokeSnapshotAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeSnapshotAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RevokeSnapshotAccessRequest.Builder |
snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
|
RevokeSnapshotAccessRequest.Builder |
snapshotClusterIdentifier(String snapshotClusterIdentifier)
The identifier of the cluster the snapshot was created from.
|
RevokeSnapshotAccessRequest.Builder |
snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot that the account can no longer access.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeSnapshotAccessRequest.Builder snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot that the account can no longer access.
snapshotIdentifier - The identifier of the snapshot that the account can no longer access.RevokeSnapshotAccessRequest.Builder snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
snapshotArn - The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.RevokeSnapshotAccessRequest.Builder snapshotClusterIdentifier(String snapshotClusterIdentifier)
The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
snapshotClusterIdentifier - The identifier of the cluster the snapshot was created from. This parameter is required if your IAM
user has a policy containing a snapshot resource element that specifies anything other than * for the
cluster name.RevokeSnapshotAccessRequest.Builder accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
accountWithRestoreAccess - The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.RevokeSnapshotAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRevokeSnapshotAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.