| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DBSnapshotAttributesResult.Builder |
DBSnapshotAttributesResult.builder() |
DBSnapshotAttributesResult.Builder |
DBSnapshotAttributesResult.Builder.dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult.Builder |
DBSnapshotAttributesResult.Builder.dbSnapshotAttributes(Consumer<DBSnapshotAttribute.Builder>... dbSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult.Builder |
DBSnapshotAttributesResult.Builder.dbSnapshotAttributes(DBSnapshotAttribute... dbSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult.Builder |
DBSnapshotAttributesResult.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier of the manual DB snapshot that the attributes apply to.
|
DBSnapshotAttributesResult.Builder |
DBSnapshotAttributesResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBSnapshotAttributesResult.Builder> |
DBSnapshotAttributesResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbSnapshotAttributeResponse.Builder |
ModifyDbSnapshotAttributeResponse.Builder.dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)
Sets the value of the DBSnapshotAttributesResult property for this object.
|
default DescribeDbSnapshotAttributesResponse.Builder |
DescribeDbSnapshotAttributesResponse.Builder.dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)
Sets the value of the DBSnapshotAttributesResult property for this object.
|
Copyright © 2023. All rights reserved.