Interface ListEventActionsResponse.Builder

    • Method Detail

      • eventActions

        ListEventActionsResponse.Builder eventActions​(Collection<EventActionEntry> eventActions)

        The event action objects listed by the request.

        Parameters:
        eventActions - The event action objects listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventActions

        ListEventActionsResponse.Builder eventActions​(EventActionEntry... eventActions)

        The event action objects listed by the request.

        Parameters:
        eventActions - The event action objects listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEventActionsResponse.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.