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 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

      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

      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.