CopyableBuilder<DeleteClusterRequest.Builder,DeleteClusterRequest>
, SdkBuilder<DeleteClusterRequest.Builder,DeleteClusterRequest>
public static interface DeleteClusterRequest.Builder extends CopyableBuilder<DeleteClusterRequest.Builder,DeleteClusterRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteClusterRequest.Builder |
clusterIdentifier(String clusterIdentifier) |
The identifier of the cluster to be deleted.
|
DeleteClusterRequest.Builder |
finalClusterSnapshotIdentifier(String finalClusterSnapshotIdentifier) |
The identifier of the final snapshot that is to be created immediately before deleting the cluster.
|
DeleteClusterRequest.Builder |
skipFinalClusterSnapshot(Boolean skipFinalClusterSnapshot) |
Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster.
|
copy
apply, build
DeleteClusterRequest.Builder clusterIdentifier(String clusterIdentifier)
The identifier of the cluster to be deleted.
Constraints:
Must contain lowercase characters.
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
clusterIdentifier
- The identifier of the cluster to be deleted.
Constraints:
Must contain lowercase characters.
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
DeleteClusterRequest.Builder skipFinalClusterSnapshot(Boolean skipFinalClusterSnapshot)
Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If
true
, a final cluster snapshot is not created. If false
, a final cluster snapshot
is created before the cluster is deleted.
The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is
false
.
Default: false
skipFinalClusterSnapshot
- Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the
cluster. If true
, a final cluster snapshot is not created. If false
, a final
cluster snapshot is created before the cluster is deleted.
The FinalClusterSnapshotIdentifier parameter must be specified if
SkipFinalClusterSnapshot is false
.
Default: false
DeleteClusterRequest.Builder finalClusterSnapshotIdentifier(String finalClusterSnapshotIdentifier)
The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this
parameter is provided, SkipFinalClusterSnapshot must be false
.
Constraints:
Must be 1 to 255 alphanumeric characters.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
finalClusterSnapshotIdentifier
- The identifier of the final snapshot that is to be created immediately before deleting the cluster. If
this parameter is provided, SkipFinalClusterSnapshot must be false
.
Constraints:
Must be 1 to 255 alphanumeric characters.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.