| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot.Builder |
Snapshot.Builder.arn(String arn)
The ARN (Amazon Resource Name) of the snapshot.
|
static Snapshot.Builder |
Snapshot.builder() |
Snapshot.Builder |
Snapshot.Builder.clusterConfiguration(ClusterConfiguration clusterConfiguration)
The configuration of the cluster from which the snapshot was taken
|
default Snapshot.Builder |
Snapshot.Builder.clusterConfiguration(Consumer<ClusterConfiguration.Builder> clusterConfiguration)
The configuration of the cluster from which the snapshot was taken
|
Snapshot.Builder |
Snapshot.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.name(String name)
The name of the snapshot
|
Snapshot.Builder |
Snapshot.Builder.source(String source)
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
|
Snapshot.Builder |
Snapshot.Builder.status(String status)
The status of the snapshot.
|
Snapshot.Builder |
Snapshot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Snapshot.Builder> |
Snapshot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CopySnapshotResponse.Builder |
CopySnapshotResponse.Builder.snapshot(Consumer<Snapshot.Builder> snapshot)
Represents a copy of an entire cluster as of the time when the snapshot was taken.
|
default CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshot(Consumer<Snapshot.Builder> snapshot)
The newly-created snapshot.
|
default DeleteSnapshotResponse.Builder |
DeleteSnapshotResponse.Builder.snapshot(Consumer<Snapshot.Builder> snapshot)
The snapshot object that has been deleted.
|
Copyright © 2021. All rights reserved.