ToCopyableBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>
@Generated("software.amazon.awssdk:codegen") public class DBClusterSnapshotAttributesResult extends Object implements ToCopyableBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>
Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.
Manual DB cluster snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DBClusterSnapshotAttributesResult.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DBClusterSnapshotAttributesResult.Builder |
builder() |
|
List<DBClusterSnapshotAttribute> |
dbClusterSnapshotAttributes() |
The list of attributes and values for the manual DB cluster snapshot.
|
String |
dbClusterSnapshotIdentifier() |
The identifier of the manual DB cluster snapshot that the attributes apply to.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DBClusterSnapshotAttributesResult.Builder> |
serializableBuilderClass() |
|
DBClusterSnapshotAttributesResult.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String dbClusterSnapshotIdentifier()
The identifier of the manual DB cluster snapshot that the attributes apply to.
public List<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes()
The list of attributes and values for the manual DB cluster snapshot.
public DBClusterSnapshotAttributesResult.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DBClusterSnapshotAttributesResult.Builder,DBClusterSnapshotAttributesResult>
public static DBClusterSnapshotAttributesResult.Builder builder()
public static Class<? extends DBClusterSnapshotAttributesResult.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.