public static interface DeleteClusterSnapshotRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteClusterSnapshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteClusterSnapshotRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, buildDeleteClusterSnapshotRequest.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.
DeleteClusterSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteClusterSnapshotRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.