public static interface ModifyVolumeAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVolumeAttributeRequest.Builder,ModifyVolumeAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyVolumeAttributeRequest.Builder |
autoEnableIO(AttributeBooleanValue autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
|
default ModifyVolumeAttributeRequest.Builder |
autoEnableIO(Consumer<AttributeBooleanValue.Builder> 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(AttributeBooleanValue 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.default ModifyVolumeAttributeRequest.Builder autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
This is a convenience that creates an instance of theAttributeBooleanValue.Builder avoiding the need
to create one manually via AttributeBooleanValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to autoEnableIO(AttributeBooleanValue).autoEnableIO - a consumer that will call methods on AttributeBooleanValue.BuilderautoEnableIO(AttributeBooleanValue)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.