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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeDbSnapshotAttributesResponse.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.BuilderdbSnapshotAttributesResult(DBSnapshotAttributesResult)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.