Interface ListEventLogsRequest.Builder

    • Method Detail

      • spaceName

        ListEventLogsRequest.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ListEventLogsRequest.Builder startTime​(Instant startTime)

        The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Parameters:
        startTime - The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ListEventLogsRequest.Builder endTime​(Instant endTime)

        The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Parameters:
        endTime - The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventName

        ListEventLogsRequest.Builder eventName​(String eventName)

        The name of the event.

        Parameters:
        eventName - The name of the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEventLogsRequest.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEventLogsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

        Parameters:
        maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.