public static interface ModifyDBClusterSnapshotAttributeResponse.Builder extends RDSResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.