static UpdateVolumeRequest.Builder |
UpdateVolumeRequest.builder() |
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.clientRequestToken(String clientRequestToken) |
Sets the value of the ClientRequestToken property for this object.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.name(String name) |
The name of the OpenZFS volume.
|
default UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.ontapConfiguration(Consumer<UpdateOntapVolumeConfiguration.Builder> ontapConfiguration) |
The configuration of the ONTAP volume that you are updating.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.ontapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration) |
The configuration of the ONTAP volume that you are updating.
|
default UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.openZFSConfiguration(Consumer<UpdateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration) |
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.openZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration) |
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.toBuilder() |
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.volumeId(String volumeId) |
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.
|