Interface ListInternetEventsRequest.Builder

    • Method Detail

      • nextToken

        ListInternetEventsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListInternetEventsRequest.Builder maxResults​(Integer maxResults)

        The number of query results that you want to return with this call.

        Parameters:
        maxResults - The number of query results that you want to return with this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ListInternetEventsRequest.Builder startTime​(Instant startTime)

        The start time of the time window that you want to get a list of internet events for.

        Parameters:
        startTime - The start time of the time window that you want to get a list of internet events for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ListInternetEventsRequest.Builder endTime​(Instant endTime)

        The end time of the time window that you want to get a list of internet events for.

        Parameters:
        endTime - The end time of the time window that you want to get a list of internet events for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventStatus

        ListInternetEventsRequest.Builder eventStatus​(String eventStatus)

        The status of an internet event.

        Parameters:
        eventStatus - The status of an internet event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventType

        ListInternetEventsRequest.Builder eventType​(String eventType)

        The type of network impairment.

        Parameters:
        eventType - The type of network impairment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.