CopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
, SdkBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
public static interface RevokeSnapshotAccessRequest.Builder extends CopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
Modifier and Type | Method | Description |
---|---|---|
RevokeSnapshotAccessRequest.Builder |
accountWithRestoreAccess(String accountWithRestoreAccess) |
The identifier of the AWS customer account that can no longer restore the specified snapshot.
|
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.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.