CopyableBuilder<CreateDBSnapshotRequest.Builder,CreateDBSnapshotRequest>
, SdkBuilder<CreateDBSnapshotRequest.Builder,CreateDBSnapshotRequest>
public static interface CreateDBSnapshotRequest.Builder extends CopyableBuilder<CreateDBSnapshotRequest.Builder,CreateDBSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDBSnapshotRequest.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier) |
The DB instance identifier.
|
CreateDBSnapshotRequest.Builder |
dbSnapshotIdentifier(String dbSnapshotIdentifier) |
The identifier for the DB snapshot.
|
CreateDBSnapshotRequest.Builder |
tags(Collection<Tag> tags) |
|
CreateDBSnapshotRequest.Builder |
tags(Tag... tags) |
NOTE: This method appends the values to the existing list (if any).
|
copy
apply, build
CreateDBSnapshotRequest.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB 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
Example: my-snapshot-id
dbSnapshotIdentifier
- The identifier for the DB 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
Example: my-snapshot-id
CreateDBSnapshotRequest.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The DB instance identifier. This is the unique key that identifies a DB instance.
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
dbInstanceIdentifier
- The DB instance identifier. This is the unique key that identifies a DB instance.
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
CreateDBSnapshotRequest.Builder tags(Collection<Tag> tags)
tags
- CreateDBSnapshotRequest.Builder tags(Tag... tags)
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
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.