public static interface ModifyDbClusterSnapshotAttributeResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterSnapshotAttributeResponse.Builder,ModifyDbClusterSnapshotAttributeResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbClusterSnapshotAttributeResponse.Builder |
dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.
|
ModifyDbClusterSnapshotAttributeResponse.Builder |
dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbClusterSnapshotAttributeResponse.Builder dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult)
dbClusterSnapshotAttributesResult - The new value for the DBClusterSnapshotAttributesResult property for this object.default ModifyDbClusterSnapshotAttributeResponse.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 © 2023. All rights reserved.