CopyableBuilder<CreateDBClusterSnapshotRequest.Builder,CreateDBClusterSnapshotRequest>
, SdkBuilder<CreateDBClusterSnapshotRequest.Builder,CreateDBClusterSnapshotRequest>
public static interface CreateDBClusterSnapshotRequest.Builder extends CopyableBuilder<CreateDBClusterSnapshotRequest.Builder,CreateDBClusterSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDBClusterSnapshotRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier) |
The identifier of the DB cluster to create a snapshot for.
|
CreateDBClusterSnapshotRequest.Builder |
dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) |
The identifier of the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest.Builder |
tags(Collection<Tag> tags) |
The tags to be assigned to the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest.Builder |
tags(Tag... tags) |
The tags to be assigned to the DB cluster snapshot.
|
copy
apply, build
CreateDBClusterSnapshotRequest.Builder dbClusterSnapshotIdentifier(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
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
CreateDBClusterSnapshotRequest.Builder dbClusterIdentifier(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
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
CreateDBClusterSnapshotRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the DB cluster snapshot.
tags
- The tags to be assigned to the DB cluster snapshot.CreateDBClusterSnapshotRequest.Builder tags(Tag... tags)
The tags to be assigned to the DB cluster snapshot.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to be assigned to the DB cluster snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.