public static interface VolumeStatusAction.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VolumeStatusAction.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 © 2023. All rights reserved.