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