Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDBClusterSnapshotRequest.Builder,CreateDBClusterSnapshotRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDBClusterSnapshotRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDBClusterSnapshotRequest.Builder,CreateDBClusterSnapshotRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDBClusterSnapshotRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateDBClusterSnapshotRequest.Builder |
builder() |
|
String |
dbClusterIdentifier() |
The identifier of the DB cluster to create a snapshot for.
|
String |
dbClusterSnapshotIdentifier() |
The identifier of the DB cluster snapshot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateDBClusterSnapshotRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
The tags to be assigned to the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest.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 dbClusterSnapshotIdentifier()
The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
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.
Example: my-cluster1-snapshot1
Constraints:
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.
Example: my-cluster1-snapshot1
public String dbClusterIdentifier()
The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive.
Constraints:
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.
Example: my-cluster1
Constraints:
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.
Example: my-cluster1
public List<Tag> tags()
The tags to be assigned to the DB cluster snapshot.
public CreateDBClusterSnapshotRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDBClusterSnapshotRequest.Builder,CreateDBClusterSnapshotRequest>
public static CreateDBClusterSnapshotRequest.Builder builder()
public static Class<? extends CreateDBClusterSnapshotRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.