Interface ActionPayload.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ActionPayload.Builder,ActionPayload>, SdkBuilder<ActionPayload.Builder,ActionPayload>, SdkPojo
Enclosing class:
ActionPayload

public static interface ActionPayload.Builder extends SdkPojo, CopyableBuilder<ActionPayload.Builder,ActionPayload>
  • Method Details

    • stringValue

      ActionPayload.Builder stringValue(String stringValue)

      The payload of the action in a JSON string.

      Parameters:
      stringValue - The payload of the action in a JSON string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.