Uses of Interface
software.amazon.awssdk.services.timestreaminfluxdb.model.CreateDbClusterResponse.Builder
-
Packages that use CreateDbClusterResponse.Builder Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of CreateDbClusterResponse.Builder in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return CreateDbClusterResponse.Builder Modifier and Type Method Description static CreateDbClusterResponse.BuilderCreateDbClusterResponse. builder()CreateDbClusterResponse.BuilderCreateDbClusterResponse.Builder. dbClusterId(String dbClusterId)A service-generated unique identifier.CreateDbClusterResponse.BuilderCreateDbClusterResponse.Builder. dbClusterStatus(String dbClusterStatus)The status of the DB cluster.CreateDbClusterResponse.BuilderCreateDbClusterResponse.Builder. dbClusterStatus(ClusterStatus dbClusterStatus)The status of the DB cluster.CreateDbClusterResponse.BuilderCreateDbClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type CreateDbClusterResponse.Builder Modifier and Type Method Description static Class<? extends CreateDbClusterResponse.Builder>CreateDbClusterResponse. serializableBuilderClass()
-