Interface ListInternetEventsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListInternetEventsRequest.Builder,ListInternetEventsRequest>, InternetMonitorRequest.Builder, SdkBuilder<ListInternetEventsRequest.Builder,ListInternetEventsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListInternetEventsRequest

  • Method Details

    • 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

      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

      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

      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

      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.
    • overrideConfiguration

      ListInternetEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.