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(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.