public static interface VolumeStatusInfo.Builder extends SdkPojo, CopyableBuilder<VolumeStatusInfo.Builder,VolumeStatusInfo>
| Modifier and Type | Method and Description |
|---|---|
VolumeStatusInfo.Builder |
details(Collection<VolumeStatusDetails> details)
The details of the volume status.
|
VolumeStatusInfo.Builder |
details(Consumer<VolumeStatusDetails.Builder>... 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVolumeStatusInfo.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.
details - The details of the volume status.VolumeStatusInfo.Builder details(Consumer<VolumeStatusDetails.Builder>... details)
The details of the volume status.
This is a convenience method that creates an instance of theVolumeStatusDetails.Builder avoiding the need to create one
manually via VolumeStatusDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #details(List.
details - a consumer that will call methods on
VolumeStatusDetails.Builder#details(java.util.Collection) VolumeStatusInfo.Builder status(String status)
The status of the volume.
status - The status of the volume.VolumeStatusInfoStatus,
VolumeStatusInfoStatusVolumeStatusInfo.Builder status(VolumeStatusInfoStatus status)
The status of the volume.
status - The status of the volume.VolumeStatusInfoStatus,
VolumeStatusInfoStatusCopyright © 2022. All rights reserved.