CopyableBuilder<ModifyVolumeAttributeRequest.Builder,ModifyVolumeAttributeRequest>, SdkBuilder<ModifyVolumeAttributeRequest.Builder,ModifyVolumeAttributeRequest>public static interface ModifyVolumeAttributeRequest.Builder extends CopyableBuilder<ModifyVolumeAttributeRequest.Builder,ModifyVolumeAttributeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ModifyVolumeAttributeRequest.Builder |
autoEnableIO(Boolean autoEnableIO) |
Indicates whether the volume should be auto-enabled for I/O operations.
|
ModifyVolumeAttributeRequest.Builder |
volumeId(String volumeId) |
The ID of the volume.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.