CopyableBuilder<UpdateVolumeRequest.Builder,UpdateVolumeRequest>
, SdkBuilder<UpdateVolumeRequest.Builder,UpdateVolumeRequest>
public static interface UpdateVolumeRequest.Builder extends CopyableBuilder<UpdateVolumeRequest.Builder,UpdateVolumeRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateVolumeRequest.Builder |
mountPoint(String mountPoint) |
The new mount point.
|
UpdateVolumeRequest.Builder |
name(String name) |
The new name.
|
UpdateVolumeRequest.Builder |
volumeId(String volumeId) |
The volume ID.
|
copy
apply, build
UpdateVolumeRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.