Uses of Interface
software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
-
Packages that use Snapshot.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Snapshot.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Snapshot.Builder Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. arn(String arn)The ARN (Amazon Resource Name) of the snapshot.static Snapshot.BuilderSnapshot. builder()default Snapshot.BuilderSnapshot.Builder. clusterConfiguration(Consumer<ClusterConfiguration.Builder> clusterConfiguration)The configuration of the cluster from which the snapshot was takenSnapshot.BuilderSnapshot.Builder. clusterConfiguration(ClusterConfiguration clusterConfiguration)The configuration of the cluster from which the snapshot was takenSnapshot.BuilderSnapshot.Builder. dataTiering(String dataTiering)Enables data tiering.Snapshot.BuilderSnapshot.Builder. dataTiering(DataTieringStatus dataTiering)Enables data tiering.Snapshot.BuilderSnapshot.Builder. kmsKeyId(String kmsKeyId)The ID of the KMS key used to encrypt the snapshot.Snapshot.BuilderSnapshot.Builder. name(String name)The name of the snapshotSnapshot.BuilderSnapshot.Builder. source(String source)Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).Snapshot.BuilderSnapshot.Builder. status(String status)The status of the snapshot.Snapshot.BuilderSnapshot. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Snapshot.Builder Modifier and Type Method Description static Class<? extends Snapshot.Builder>Snapshot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type Snapshot.Builder Modifier and Type Method Description default CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. snapshot(Consumer<Snapshot.Builder> snapshot)Represents a copy of an entire cluster as of the time when the snapshot was taken.default CreateSnapshotResponse.BuilderCreateSnapshotResponse.Builder. snapshot(Consumer<Snapshot.Builder> snapshot)The newly-created snapshot.default DeleteSnapshotResponse.BuilderDeleteSnapshotResponse.Builder. snapshot(Consumer<Snapshot.Builder> snapshot)The snapshot object that has been deleted.
-