public static interface ModifyVolumeAttributeRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
ModifyVolumeAttributeRequest.Builder |
volumeId(String volumeId)
The ID of the volume.
|
buildrequestOverrideConfig, requestOverrideConfigModifyVolumeAttributeRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.