public static interface UpdateVolumeRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateVolumeRequest.Builder,UpdateVolumeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVolumeRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateVolumeRequest.Builder |
name(String name)
The name of the OpenZFS volume.
|
default UpdateVolumeRequest.Builder |
ontapConfiguration(Consumer<UpdateOntapVolumeConfiguration.Builder> ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
UpdateVolumeRequest.Builder |
ontapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
default UpdateVolumeRequest.Builder |
openZFSConfiguration(Consumer<UpdateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest.Builder |
openZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVolumeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVolumeRequest.Builder |
volumeId(String volumeId)
The ID of the volume that you want to update, in the format
fsvol-0123456789abcdef0. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVolumeRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.UpdateVolumeRequest.Builder volumeId(String volumeId)
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.
volumeId - The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.UpdateVolumeRequest.Builder ontapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
ontapConfiguration - The configuration of the ONTAP volume that you are updating.default UpdateVolumeRequest.Builder ontapConfiguration(Consumer<UpdateOntapVolumeConfiguration.Builder> ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
This is a convenience method that creates an instance of theUpdateOntapVolumeConfiguration.Builder
avoiding the need to create one manually via UpdateOntapVolumeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ontapConfiguration(UpdateOntapVolumeConfiguration).
ontapConfiguration - a consumer that will call methods on UpdateOntapVolumeConfiguration.BuilderontapConfiguration(UpdateOntapVolumeConfiguration)UpdateVolumeRequest.Builder name(String name)
The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child volume
names must be unique among their parent volume's children. The name of the volume is part of the mount string
for the OpenZFS volume.
name - The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child
volume names must be unique among their parent volume's children. The name of the volume is part of
the mount string for the OpenZFS volume.UpdateVolumeRequest.Builder openZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
openZFSConfiguration - The configuration of the OpenZFS volume that you are updating.default UpdateVolumeRequest.Builder openZFSConfiguration(Consumer<UpdateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
This is a convenience method that creates an instance of theUpdateOpenZFSVolumeConfiguration.Builder
avoiding the need to create one manually via UpdateOpenZFSVolumeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to openZFSConfiguration(UpdateOpenZFSVolumeConfiguration).
openZFSConfiguration - a consumer that will call methods on UpdateOpenZFSVolumeConfiguration.BuilderopenZFSConfiguration(UpdateOpenZFSVolumeConfiguration)UpdateVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.