| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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(SnapshotLifecycle lifecycle)
The lifecycle status of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.lifecycle(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Snapshot.Builder> |
Snapshot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshot(Consumer<Snapshot.Builder> snapshot)
A description of the snapshot.
|
default UpdateSnapshotResponse.Builder |
UpdateSnapshotResponse.Builder.snapshot(Consumer<Snapshot.Builder> snapshot)
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
default AdministrativeAction.Builder |
AdministrativeAction.Builder.targetSnapshotValues(Consumer<Snapshot.Builder> targetSnapshotValues)
Sets the value of the TargetSnapshotValues property for this object.
|
Copyright © 2023. All rights reserved.