public static interface DescribeDBSnapshotAttributesResponse.Builder extends RDSResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.