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