CopyableBuilder<VolumeStatusInfo.Builder,VolumeStatusInfo>
, SdkBuilder<VolumeStatusInfo.Builder,VolumeStatusInfo>
public static interface VolumeStatusInfo.Builder extends CopyableBuilder<VolumeStatusInfo.Builder,VolumeStatusInfo>
Modifier and Type | Method | Description |
---|---|---|
VolumeStatusInfo.Builder |
details(Collection<VolumeStatusDetails> details) |
The details of the volume status.
|
VolumeStatusInfo.Builder |
details(VolumeStatusDetails... details) |
The details of the volume status.
|
VolumeStatusInfo.Builder |
status(String status) |
The status of the volume.
|
VolumeStatusInfo.Builder |
status(VolumeStatusInfoStatus status) |
The status of the volume.
|
copy
apply, build
VolumeStatusInfo.Builder details(Collection<VolumeStatusDetails> details)
The details of the volume status.
details
- The details of the volume status.VolumeStatusInfo.Builder details(VolumeStatusDetails... details)
The details of the volume status.
NOTE: This method appends the values to the existing list (if any). Use
#setDetails(java.util.Collection)
or #withDetails(java.util.Collection)
if you want to
override the existing values.
details
- The details of the volume status.VolumeStatusInfo.Builder status(String status)
The status of the volume.
status
- The status of the volume.VolumeStatusInfoStatus
VolumeStatusInfo.Builder status(VolumeStatusInfoStatus status)
The status of the volume.
status
- The status of the volume.VolumeStatusInfoStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.