public static interface DBSnapshotAttributesResult.Builder extends CopyableBuilder<DBSnapshotAttributesResult.Builder,DBSnapshotAttributesResult>
| Modifier and Type | Method and 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.
|
copyapply, buildDBSnapshotAttributesResult.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.
dbSnapshotAttributes - The list of attributes and values for the manual DB snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.