CopyableBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>, SdkBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>public static interface DBClusterSnapshotAttributesResult.Builder extends CopyableBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>
| Modifier and Type | Method | Description |
|---|---|---|
DBClusterSnapshotAttributesResult.Builder |
dbClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> 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.
NOTE: This method appends the values to the existing list (if any). Use
#setDBClusterSnapshotAttributes(java.util.Collection) or
#withDBClusterSnapshotAttributes(java.util.Collection) if you want to override the existing values.
dbClusterSnapshotAttributes - The list of attributes and values for the manual DB cluster snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.