public static interface ModifyVolumeAttributeRequest.Builder extends Ec2Request.Builder, CopyableBuilder<ModifyVolumeAttributeRequest.Builder,ModifyVolumeAttributeRequest>
Modifier and Type | Method and Description |
---|---|
ModifyVolumeAttributeRequest.Builder |
autoEnableIO(Boolean autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
|
ModifyVolumeAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyVolumeAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyVolumeAttributeRequest.Builder |
volumeId(String volumeId)
The ID of the volume.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyVolumeAttributeRequest.Builder autoEnableIO(Boolean autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
autoEnableIO
- Indicates whether the volume should be auto-enabled for I/O operations.ModifyVolumeAttributeRequest.Builder volumeId(String volumeId)
The ID of the volume.
volumeId
- The ID of the volume.ModifyVolumeAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyVolumeAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.