static CreateVolumeRequest.Builder |
CreateVolumeRequest.builder() |
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.clientRequestToken(String clientRequestToken) |
Sets the value of the ClientRequestToken property for this object.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.name(String name) |
Specifies the name of the volume that you're creating.
|
default CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.ontapConfiguration(Consumer<CreateOntapVolumeConfiguration.Builder> ontapConfiguration) |
Specifies the configuration to use when creating the ONTAP volume.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.ontapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration) |
Specifies the configuration to use when creating the ONTAP volume.
|
default CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.openZFSConfiguration(Consumer<CreateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration) |
Specifies the configuration to use when creating the OpenZFS volume.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.openZFSConfiguration(CreateOpenZFSVolumeConfiguration openZFSConfiguration) |
Specifies the configuration to use when creating the OpenZFS volume.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.toBuilder() |
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.volumeType(String volumeType) |
Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume
types.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.volumeType(VolumeType volumeType) |
Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume
types.
|