Interface StartDbClusterResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDbClusterResponse.Builder,StartDbClusterResponse>,RdsResponse.Builder,SdkBuilder<StartDbClusterResponse.Builder,StartDbClusterResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartDbClusterResponse
public static interface StartDbClusterResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<StartDbClusterResponse.Builder,StartDbClusterResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartDbClusterResponse.BuilderdbCluster(Consumer<DBCluster.Builder> dbCluster)Sets the value of the DBCluster property for this object.StartDbClusterResponse.BuilderdbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dbCluster
StartDbClusterResponse.Builder dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.- Parameters:
dbCluster- The new value for the DBCluster property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbCluster
default StartDbClusterResponse.Builder dbCluster(Consumer<DBCluster.Builder> dbCluster)
Sets the value of the DBCluster property for this object. This is a convenience method that creates an instance of theDBCluster.Builderavoiding the need to create one manually viaDBCluster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbCluster(DBCluster).- Parameters:
dbCluster- a consumer that will call methods onDBCluster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dbCluster(DBCluster)
-
-