Interface ListActionsResponse.Builder

    • Method Detail

      • actionSummaries

        ListActionsResponse.Builder actionSummaries​(Collection<ActionSummary> actionSummaries)

        A list of actions and their properties.

        Parameters:
        actionSummaries - A list of actions and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionSummaries

        ListActionsResponse.Builder actionSummaries​(ActionSummary... actionSummaries)

        A list of actions and their properties.

        Parameters:
        actionSummaries - A list of actions and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListActionsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of actions, if there are any.

        Parameters:
        nextToken - A token for getting the next set of actions, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.