| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterSnapshotAttributesResult.Builder |
DBClusterSnapshotAttributesResult.builder() |
DBClusterSnapshotAttributesResult.Builder |
DBClusterSnapshotAttributesResult.Builder.dbClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult.Builder |
DBClusterSnapshotAttributesResult.Builder.dbClusterSnapshotAttributes(Consumer<DBClusterSnapshotAttribute.Builder>... dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult.Builder |
DBClusterSnapshotAttributesResult.Builder.dbClusterSnapshotAttributes(DBClusterSnapshotAttribute... dbClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult.Builder |
DBClusterSnapshotAttributesResult.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier of the manual DB cluster snapshot that the attributes apply to.
|
DBClusterSnapshotAttributesResult.Builder |
DBClusterSnapshotAttributesResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBClusterSnapshotAttributesResult.Builder> |
DBClusterSnapshotAttributesResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbClusterSnapshotAttributeResponse.Builder |
ModifyDbClusterSnapshotAttributeResponse.Builder.dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.
|
default DescribeDbClusterSnapshotAttributesResponse.Builder |
DescribeDbClusterSnapshotAttributesResponse.Builder.dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.
|
Copyright © 2022. All rights reserved.