| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
Volume.Builder |
Volume.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
Volume.Builder |
Volume.Builder.administrativeActions(Consumer<AdministrativeAction.Builder>... administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
static Volume.Builder |
Volume.builder() |
Volume.Builder |
Volume.Builder.creationTime(Instant creationTime)
Sets the value of the CreationTime property for this object.
|
Volume.Builder |
Volume.Builder.fileSystemId(String fileSystemId)
Sets the value of the FileSystemId property for this object.
|
Volume.Builder |
Volume.Builder.lifecycle(String lifecycle)
The lifecycle status of the volume.
|
Volume.Builder |
Volume.Builder.lifecycle(VolumeLifecycle lifecycle)
The lifecycle status of the volume.
|
default Volume.Builder |
Volume.Builder.lifecycleTransitionReason(Consumer<LifecycleTransitionReason.Builder> lifecycleTransitionReason)
The reason why the volume lifecycle status changed.
|
Volume.Builder |
Volume.Builder.lifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)
The reason why the volume lifecycle status changed.
|
Volume.Builder |
Volume.Builder.name(String name)
The name of the volume.
|
default Volume.Builder |
Volume.Builder.ontapConfiguration(Consumer<OntapVolumeConfiguration.Builder> ontapConfiguration)
Sets the value of the OntapConfiguration property for this object.
|
Volume.Builder |
Volume.Builder.ontapConfiguration(OntapVolumeConfiguration ontapConfiguration)
Sets the value of the OntapConfiguration property for this object.
|
default Volume.Builder |
Volume.Builder.openZFSConfiguration(Consumer<OpenZFSVolumeConfiguration.Builder> openZFSConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
Volume.Builder |
Volume.Builder.openZFSConfiguration(OpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
Volume.Builder |
Volume.Builder.resourceARN(String resourceARN)
Sets the value of the ResourceARN property for this object.
|
Volume.Builder |
Volume.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
Volume.Builder |
Volume.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
Volume.Builder |
Volume.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
Volume.Builder |
Volume.toBuilder() |
Volume.Builder |
Volume.Builder.volumeId(String volumeId)
The system-generated, unique ID of the volume.
|
Volume.Builder |
Volume.Builder.volumeType(String volumeType)
The type of the volume.
|
Volume.Builder |
Volume.Builder.volumeType(VolumeType volumeType)
The type of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Volume.Builder> |
Volume.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AdministrativeAction.Builder |
AdministrativeAction.Builder.targetVolumeValues(Consumer<Volume.Builder> targetVolumeValues)
Sets the value of the TargetVolumeValues property for this object.
|
default CreateVolumeResponse.Builder |
CreateVolumeResponse.Builder.volume(Consumer<Volume.Builder> volume)
Returned after a successful
CreateVolume API operation, describing the volume just created. |
default CreateVolumeFromBackupResponse.Builder |
CreateVolumeFromBackupResponse.Builder.volume(Consumer<Volume.Builder> volume)
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
default Backup.Builder |
Backup.Builder.volume(Consumer<Volume.Builder> volume)
Sets the value of the Volume property for this object.
|
default UpdateVolumeResponse.Builder |
UpdateVolumeResponse.Builder.volume(Consumer<Volume.Builder> volume)
A description of the volume just updated.
|
Copyright © 2023. All rights reserved.