Interface VolumeStatusAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>,SdkBuilder<VolumeStatusAction.Builder,VolumeStatusAction>,SdkPojo
- Enclosing class:
- VolumeStatusAction
public static interface VolumeStatusAction.Builder extends SdkPojo, CopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeStatusAction.Buildercode(String code)The code identifying the operation, for example,enable-volume-io.VolumeStatusAction.Builderdescription(String description)A description of the operation.VolumeStatusAction.BuildereventId(String eventId)The ID of the event associated with this operation.VolumeStatusAction.BuildereventType(String eventType)The event type associated with this operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
VolumeStatusAction.Builder code(String code)
The code identifying the operation, for example,
enable-volume-io.- Parameters:
code- The code identifying the operation, for example,enable-volume-io.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
VolumeStatusAction.Builder description(String description)
A description of the operation.
- Parameters:
description- A description of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
VolumeStatusAction.Builder eventId(String eventId)
The ID of the event associated with this operation.
- Parameters:
eventId- The ID of the event associated with this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
VolumeStatusAction.Builder eventType(String eventType)
The event type associated with this operation.
- Parameters:
eventType- The event type associated with this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-