Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CopyClusterSnapshotRequest.Builder,CopyClusterSnapshotRequest>
@Generated("software.amazon.awssdk:codegen") public class CopyClusterSnapshotRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CopyClusterSnapshotRequest.Builder,CopyClusterSnapshotRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CopyClusterSnapshotRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CopyClusterSnapshotRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CopyClusterSnapshotRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceSnapshotClusterIdentifier() |
The identifier of the cluster the source snapshot was created from.
|
String |
sourceSnapshotIdentifier() |
The identifier for the source snapshot.
|
String |
targetSnapshotIdentifier() |
The identifier given to the new manual snapshot.
|
CopyClusterSnapshotRequest.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 sourceSnapshotIdentifier()
The identifier for the source snapshot.
Constraints:
Must be the identifier for a valid automated snapshot whose state is available
.
Constraints:
Must be the identifier for a valid automated snapshot whose state is available
.
public String sourceSnapshotClusterIdentifier()
The identifier of the cluster the source 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 identifier for a valid cluster.
Constraints:
Must be the identifier for a valid cluster.
public String targetSnapshotIdentifier()
The identifier given to the new manual snapshot.
Constraints:
Cannot be null, empty, or blank.
Must contain from 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for the AWS account that is making the request.
Constraints:
Cannot be null, empty, or blank.
Must contain from 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for the AWS account that is making the request.
public CopyClusterSnapshotRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CopyClusterSnapshotRequest.Builder,CopyClusterSnapshotRequest>
public static CopyClusterSnapshotRequest.Builder builder()
public static Class<? extends CopyClusterSnapshotRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.