Interface ActionSummary.Builder

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

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

    • actionType

      ActionSummary.Builder actionType(String actionType)

      The action type.

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

      ActionSummary.Builder actionType(ActionType actionType)

      The action type.

      Parameters:
      actionType - The action type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: