Interface ListOperationEventsResponse.Builder

    • Method Detail

      • operationEvents

        ListOperationEventsResponse.Builder operationEvents​(Collection<OperationEvent> operationEvents)

        A returned list of operation events that meet the filter criteria.

        Parameters:
        operationEvents - A returned list of operation events that meet the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationEvents

        ListOperationEventsResponse.Builder operationEvents​(OperationEvent... operationEvents)

        A returned list of operation events that meet the filter criteria.

        Parameters:
        operationEvents - A returned list of operation events that meet the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOperationEventsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.