Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteClusterRequest.Builder,DeleteClusterRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteClusterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteClusterRequest.Builder,DeleteClusterRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteClusterRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteClusterRequest.Builder |
builder() |
|
String |
clusterIdentifier() |
The identifier of the cluster to be deleted.
|
boolean |
equals(Object obj) |
|
String |
finalClusterSnapshotIdentifier() |
The identifier of the final snapshot that is to be created immediately before deleting the cluster.
|
int |
hashCode() |
|
static Class<? extends DeleteClusterRequest.Builder> |
serializableBuilderClass() |
|
Boolean |
skipFinalClusterSnapshot() |
Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster.
|
DeleteClusterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
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.
public 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
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
public 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.
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.
public DeleteClusterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteClusterRequest.Builder,DeleteClusterRequest>
public static DeleteClusterRequest.Builder builder()
public static Class<? extends DeleteClusterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.