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