Snapshot.Builder |
Snapshot.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions) |
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot.Builder |
Snapshot.Builder.administrativeActions(Consumer<AdministrativeAction.Builder>... administrativeActions) |
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot.Builder |
Snapshot.Builder.administrativeActions(AdministrativeAction... administrativeActions) |
A list of administrative actions for the file system that are in process or waiting to be processed.
|
static Snapshot.Builder |
Snapshot.builder() |
|
Snapshot.Builder |
Snapshot.Builder.creationTime(Instant creationTime) |
Sets the value of the CreationTime property for this object.
|
Snapshot.Builder |
Snapshot.Builder.lifecycle(String lifecycle) |
The lifecycle status of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.lifecycle(SnapshotLifecycle lifecycle) |
The lifecycle status of the snapshot.
|
default Snapshot.Builder |
Snapshot.Builder.lifecycleTransitionReason(Consumer<LifecycleTransitionReason.Builder> lifecycleTransitionReason) |
Sets the value of the LifecycleTransitionReason property for this object.
|
Snapshot.Builder |
Snapshot.Builder.lifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason) |
Sets the value of the LifecycleTransitionReason property for this object.
|
Snapshot.Builder |
Snapshot.Builder.name(String name) |
The name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.resourceARN(String resourceARN) |
Sets the value of the ResourceARN property for this object.
|
Snapshot.Builder |
Snapshot.Builder.snapshotId(String snapshotId) |
The ID of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
Snapshot.Builder |
Snapshot.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
Snapshot.Builder |
Snapshot.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
Snapshot.Builder |
Snapshot.toBuilder() |
|
Snapshot.Builder |
Snapshot.Builder.volumeId(String volumeId) |
The ID of the volume that the snapshot is of.
|