public static interface VolumeStatusAction.Builder extends CopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
| Modifier and Type | Method and Description |
|---|---|
VolumeStatusAction.Builder |
code(String code)
The code identifying the operation, for example,
enable-volume-io. |
VolumeStatusAction.Builder |
description(String description)
A description of the operation.
|
VolumeStatusAction.Builder |
eventId(String eventId)
The ID of the event associated with this operation.
|
VolumeStatusAction.Builder |
eventType(String eventType)
The event type associated with this operation.
|
copyapply, buildVolumeStatusAction.Builder code(String code)
The code identifying the operation, for example, enable-volume-io.
code - The code identifying the operation, for example, enable-volume-io.VolumeStatusAction.Builder description(String description)
A description of the operation.
description - A description of the operation.VolumeStatusAction.Builder eventId(String eventId)
The ID of the event associated with this operation.
eventId - The ID of the event associated with this operation.VolumeStatusAction.Builder eventType(String eventType)
The event type associated with this operation.
eventType - The event type associated with this operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.