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
Modifier and TypeMethodDescriptionThe code identifying the operation, for example,enable-volume-io.description(String description) A description of the operation.The ID of the event associated with this operation.The event type associated with this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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
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.
 
 
 -