Uses of Interface
software.amazon.awssdk.services.redshift.model.PauseClusterResponse.Builder
-
Packages that use PauseClusterResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of PauseClusterResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return PauseClusterResponse.Builder Modifier and Type Method Description static PauseClusterResponse.BuilderPauseClusterResponse. builder()default PauseClusterResponse.BuilderPauseClusterResponse.Builder. cluster(Consumer<Cluster.Builder> cluster)Sets the value of the Cluster property for this object.PauseClusterResponse.BuilderPauseClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.PauseClusterResponse.BuilderPauseClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type PauseClusterResponse.Builder Modifier and Type Method Description static Class<? extends PauseClusterResponse.Builder>PauseClusterResponse. serializableBuilderClass()
-