Interface ListActionsResponse.Builder

    • Method Detail

      • actionSummaries

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

        A list that summarizes the actions associated with the specified asset.

        Parameters:
        actionSummaries - A list that summarizes the actions associated with the specified asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionSummaries

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

        A list that summarizes the actions associated with the specified asset.

        Parameters:
        actionSummaries - A list that summarizes the actions associated with the specified asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListActionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.