CopyableBuilder<VolumeStatusItem.Builder,VolumeStatusItem>
, SdkBuilder<VolumeStatusItem.Builder,VolumeStatusItem>
public static interface VolumeStatusItem.Builder extends CopyableBuilder<VolumeStatusItem.Builder,VolumeStatusItem>
Modifier and Type | Method | 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.
|
copy
apply, build
VolumeStatusItem.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.
NOTE: This method appends the values to the existing list (if any). Use
#setActions(java.util.Collection)
or #withActions(java.util.Collection)
if you want to
override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
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 Amazon Web Services, Inc. All Rights Reserved.