public static interface RestoreDbClusterToPointInTimeResponse.Builder extends RdsResponse.Builder, CopyableBuilder<RestoreDbClusterToPointInTimeResponse.Builder,RestoreDbClusterToPointInTimeResponse>
| Modifier and Type | Method and Description | 
|---|---|
default RestoreDbClusterToPointInTimeResponse.Builder | 
dbCluster(Consumer<DBCluster.Builder> dbCluster)
Sets the value of the DBCluster property for this object. 
 | 
RestoreDbClusterToPointInTimeResponse.Builder | 
dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildRestoreDbClusterToPointInTimeResponse.Builder dbCluster(DBCluster dbCluster)
dbCluster - The new value for the DBCluster property for this object.default RestoreDbClusterToPointInTimeResponse.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.