public static interface RevokeSnapshotAccessRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
Modifier and Type | Method and Description |
---|---|
RevokeSnapshotAccessRequest.Builder |
accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the AWS customer account that can no longer restore the specified snapshot.
|
RevokeSnapshotAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RevokeSnapshotAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
RevokeSnapshotAccessRequest.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 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 AWS customer account that can no longer restore the specified snapshot.
accountWithRestoreAccess
- The identifier of the AWS customer account that can no longer restore the specified snapshot.RevokeSnapshotAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RevokeSnapshotAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.