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.
|
Volume.Builder |
Volume.Builder.administrativeActions(AdministrativeAction... 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.
|