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