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(Consumer<DBSnapshotAttribute.Builder>... 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.DBSnapshotAttributesResult.Builder dbSnapshotAttributes(Consumer<DBSnapshotAttribute.Builder>... dbSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #dbSnapshotAttributes(List) .dbSnapshotAttributes - a consumer that will call methods on List.Builder #dbSnapshotAttributes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.