Interface ActionIdentifier.Builder

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

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

    • actionType

      ActionIdentifier.Builder actionType(String actionType)

      The type of an action.

      Parameters:
      actionType - The type of an action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionId

      ActionIdentifier.Builder actionId(String actionId)

      The ID of an action.

      Parameters:
      actionId - The ID of an action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.