public static interface DescribeDbClusterSnapshotAttributesResponse.Builder extends RdsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDbClusterSnapshotAttributesResponse.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.Builder
dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult)
Copyright © 2023. All rights reserved.