public static interface DBClusterSnapshotAttributesResult.Builder extends CopyableBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshotAttributesResult.Builder |
dbClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult.Builder |
dbClusterSnapshotAttributes(Consumer<DBClusterSnapshotAttribute.Builder>... dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult.Builder |
dbClusterSnapshotAttributes(DBClusterSnapshotAttribute... dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult.Builder |
dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier of the manual DB cluster snapshot that the attributes apply to.
|
copyapply, buildDBClusterSnapshotAttributesResult.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier of the manual DB cluster snapshot that the attributes apply to.
dbClusterSnapshotIdentifier - The identifier of the manual DB cluster snapshot that the attributes apply to.DBClusterSnapshotAttributesResult.Builder dbClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
dbClusterSnapshotAttributes - The list of attributes and values for the manual DB cluster snapshot.DBClusterSnapshotAttributesResult.Builder dbClusterSnapshotAttributes(DBClusterSnapshotAttribute... dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
dbClusterSnapshotAttributes - The list of attributes and values for the manual DB cluster snapshot.DBClusterSnapshotAttributesResult.Builder dbClusterSnapshotAttributes(Consumer<DBClusterSnapshotAttribute.Builder>... dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster 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 #dbClusterSnapshotAttributes(List) .dbClusterSnapshotAttributes - a consumer that will call methods on List.Builder #dbClusterSnapshotAttributes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.