public static interface UpdateVolumeRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<UpdateVolumeRequest.Builder,UpdateVolumeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVolumeRequest.Builder |
mountPoint(String mountPoint)
The new mount point.
|
UpdateVolumeRequest.Builder |
name(String name)
The new name.
|
UpdateVolumeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVolumeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVolumeRequest.Builder |
volumeId(String volumeId)
The volume ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVolumeRequest.Builder volumeId(String volumeId)
The volume ID.
volumeId - The volume ID.UpdateVolumeRequest.Builder name(String name)
The new name.
name - The new name.UpdateVolumeRequest.Builder mountPoint(String mountPoint)
The new mount point.
mountPoint - The new mount point.UpdateVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.