public static interface DBSnapshotAttributesResult.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theDBSnapshotAttribute.Builder avoiding the need to create one
manually via DBSnapshotAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dbSnapshotAttributes(List.
dbSnapshotAttributes - a consumer that will call methods on
DBSnapshotAttribute.Builder#dbSnapshotAttributes(java.util.Collection) Copyright © 2022. All rights reserved.