public static interface VolumeStatusDetails.Builder extends CopyableBuilder<VolumeStatusDetails.Builder,VolumeStatusDetails>
| Modifier and Type | Method and Description |
|---|---|
VolumeStatusDetails.Builder |
name(String name)
The name of the volume status.
|
VolumeStatusDetails.Builder |
name(VolumeStatusName name)
The name of the volume status.
|
VolumeStatusDetails.Builder |
status(String status)
The intended status of the volume status.
|
copyapply, buildVolumeStatusDetails.Builder name(String name)
The name of the volume status.
name - The name of the volume status.VolumeStatusName,
VolumeStatusNameVolumeStatusDetails.Builder name(VolumeStatusName name)
The name of the volume status.
name - The name of the volume status.VolumeStatusName,
VolumeStatusNameVolumeStatusDetails.Builder status(String status)
The intended status of the volume status.
status - The intended status of the volume status.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.