public static interface VolumeStatusItem.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<VolumeStatusItem.Builder,VolumeStatusItem>
| Modifier and Type | Method and Description |
|---|---|
VolumeStatusItem.Builder |
actions(Collection<VolumeStatusAction> actions)
The details of the operation.
|
VolumeStatusItem.Builder |
actions(VolumeStatusAction... actions)
The details of the operation.
|
VolumeStatusItem.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the volume.
|
VolumeStatusItem.Builder |
events(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
VolumeStatusItem.Builder |
events(VolumeStatusEvent... events)
A list of events associated with the volume.
|
VolumeStatusItem.Builder |
volumeId(String volumeId)
The volume ID.
|
VolumeStatusItem.Builder |
volumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
|
copyapply, buildVolumeStatusItem.Builder actions(Collection<VolumeStatusAction> actions)
The details of the operation.
actions - The details of the operation.VolumeStatusItem.Builder actions(VolumeStatusAction... actions)
The details of the operation.
actions - The details of the operation.VolumeStatusItem.Builder availabilityZone(String availabilityZone)
The Availability Zone of the volume.
availabilityZone - The Availability Zone of the volume.VolumeStatusItem.Builder events(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
events - A list of events associated with the volume.VolumeStatusItem.Builder events(VolumeStatusEvent... events)
A list of events associated with the volume.
events - A list of events associated with the volume.VolumeStatusItem.Builder volumeId(String volumeId)
The volume ID.
volumeId - The volume ID.VolumeStatusItem.Builder volumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
volumeStatus - The volume status.Copyright © 2017. All rights reserved.