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.
|
buildoverrideConfigurationcopyapplyMutation, buildModifyVolumeAttributeRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ModifyVolumeAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.