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