Interface ListOpsItemEventsResponse.Builder

    • Method Detail

      • nextToken

        ListOpsItemEventsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        ListOpsItemEventsResponse.Builder summaries​(Collection<OpsItemEventSummary> summaries)

        A list of event information for the specified OpsItems.

        Parameters:
        summaries - A list of event information for the specified OpsItems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        ListOpsItemEventsResponse.Builder summaries​(OpsItemEventSummary... summaries)

        A list of event information for the specified OpsItems.

        Parameters:
        summaries - A list of event information for the specified OpsItems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.