public static interface DescribeDBClusterSnapshotAttributesResponse.Builder extends RDSResponse.Builder, CopyableBuilder<DescribeDBClusterSnapshotAttributesResponse.Builder,DescribeDBClusterSnapshotAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDBClusterSnapshotAttributesResponse.Builder |
dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.
|
DescribeDBClusterSnapshotAttributesResponse.Builder |
dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeDBClusterSnapshotAttributesResponse.Builder dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult)
dbClusterSnapshotAttributesResult - The new value for the DBClusterSnapshotAttributesResult property for this object.default DescribeDBClusterSnapshotAttributesResponse.Builder dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
DBClusterSnapshotAttributesResult.Builder
avoiding the need to create one manually via DBClusterSnapshotAttributesResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult).dbClusterSnapshotAttributesResult - a consumer that will call methods on DBClusterSnapshotAttributesResult.BuilderdbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.