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