CopyableBuilder<DBSnapshotAttributesResult.Builder,DBSnapshotAttributesResult>
, SdkBuilder<DBSnapshotAttributesResult.Builder,DBSnapshotAttributesResult>
public static interface DBSnapshotAttributesResult.Builder extends CopyableBuilder<DBSnapshotAttributesResult.Builder,DBSnapshotAttributesResult>
Modifier and Type | Method | Description |
---|---|---|
DBSnapshotAttributesResult.Builder |
dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes) |
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult.Builder |
dbSnapshotAttributes(DBSnapshotAttribute... dbSnapshotAttributes) |
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult.Builder |
dbSnapshotIdentifier(String dbSnapshotIdentifier) |
The identifier of the manual DB snapshot that the attributes apply to.
|
copy
apply, build
DBSnapshotAttributesResult.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier of the manual DB snapshot that the attributes apply to.
dbSnapshotIdentifier
- The identifier of the manual DB snapshot that the attributes apply to.DBSnapshotAttributesResult.Builder dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
dbSnapshotAttributes
- The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.Builder dbSnapshotAttributes(DBSnapshotAttribute... dbSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
NOTE: This method appends the values to the existing list (if any). Use
#setDBSnapshotAttributes(java.util.Collection)
or
#withDBSnapshotAttributes(java.util.Collection)
if you want to override the existing values.
dbSnapshotAttributes
- The list of attributes and values for the manual DB snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.