Class DeleteCacheClusterRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Represents the input of a DeleteCacheCluster action.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for DeleteCacheClusterRequest object.DeleteCacheClusterRequest(String cacheClusterId) Constructs a new DeleteCacheClusterRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe cache cluster identifier for the cluster to be deleted.The user-supplied name of a final cache cluster snapshot.inthashCode()voidsetCacheClusterId(String cacheClusterId) The cache cluster identifier for the cluster to be deleted.voidsetFinalSnapshotIdentifier(String finalSnapshotIdentifier) The user-supplied name of a final cache cluster snapshot.toString()Returns a string representation of this object; useful for testing and debugging.withCacheClusterId(String cacheClusterId) The cache cluster identifier for the cluster to be deleted.withFinalSnapshotIdentifier(String finalSnapshotIdentifier) The user-supplied name of a final cache cluster snapshot.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DeleteCacheClusterRequest
public DeleteCacheClusterRequest()Default constructor for DeleteCacheClusterRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
DeleteCacheClusterRequest
Constructs a new DeleteCacheClusterRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
cacheClusterId- The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
-
-
Method Details
-
setCacheClusterId
The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
- Parameters:
cacheClusterId- The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
-
getCacheClusterId
The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
- Returns:
- The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
-
withCacheClusterId
The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
- Parameters:
cacheClusterId- The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFinalSnapshotIdentifier
The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.
- Parameters:
finalSnapshotIdentifier- The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.
-
getFinalSnapshotIdentifier
The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.
- Returns:
- The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.
-
withFinalSnapshotIdentifier
The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.
- Parameters:
finalSnapshotIdentifier- The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-