CopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
, SdkBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
public static interface DeleteClusterSnapshotRequest.Builder extends CopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteClusterSnapshotRequest.Builder |
snapshotClusterIdentifier(String snapshotClusterIdentifier) |
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotRequest.Builder |
snapshotIdentifier(String snapshotIdentifier) |
The unique identifier of the manual snapshot to be deleted.
|
copy
apply, build
DeleteClusterSnapshotRequest.Builder snapshotIdentifier(String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
state.
snapshotIdentifier
- The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
state.
DeleteClusterSnapshotRequest.Builder snapshotClusterIdentifier(String snapshotClusterIdentifier)
The unique 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.
Constraints: Must be the name of valid cluster.
snapshotClusterIdentifier
- The unique 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.
Constraints: Must be the name of valid cluster.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.