public static interface DescribeDbSnapshotAttributesResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbSnapshotAttributesResponse.Builder,DescribeDbSnapshotAttributesResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeDbSnapshotAttributesResponse.Builder |
dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)
Sets the value of the DBSnapshotAttributesResult property for this object.
|
DescribeDbSnapshotAttributesResponse.Builder |
dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)
Sets the value of the DBSnapshotAttributesResult property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDbSnapshotAttributesResponse.Builder dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)
dbSnapshotAttributesResult
- The new value for the DBSnapshotAttributesResult property for this object.default DescribeDbSnapshotAttributesResponse.Builder dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)
DBSnapshotAttributesResult.Builder
avoiding the
need to create one manually via DBSnapshotAttributesResult.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to dbSnapshotAttributesResult(DBSnapshotAttributesResult)
.dbSnapshotAttributesResult
- a consumer that will call methods on DBSnapshotAttributesResult.Builder
dbSnapshotAttributesResult(DBSnapshotAttributesResult)
Copyright © 2021. All rights reserved.