Interface RebootDbClusterResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RebootDbClusterResponse.Builder,,RebootDbClusterResponse> SdkBuilder<RebootDbClusterResponse.Builder,,RebootDbClusterResponse> SdkPojo,SdkResponse.Builder,TimestreamInfluxDbResponse.Builder
- Enclosing class:
RebootDbClusterResponse
@Mutable
@NotThreadSafe
public static interface RebootDbClusterResponse.Builder
extends TimestreamInfluxDbResponse.Builder, SdkPojo, CopyableBuilder<RebootDbClusterResponse.Builder,RebootDbClusterResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterStatus(String dbClusterStatus) The status of the DB Cluster.dbClusterStatus(ClusterStatus dbClusterStatus) The status of the DB Cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
dbClusterStatus
The status of the DB Cluster.
- Parameters:
dbClusterStatus- The status of the DB Cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dbClusterStatus
The status of the DB Cluster.
- Parameters:
dbClusterStatus- The status of the DB Cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-