Interface InternetEventSummary.Builder

    • Method Detail

      • eventId

        InternetEventSummary.Builder eventId​(String eventId)

        The internally-generated identifier of an internet event.

        Parameters:
        eventId - The internally-generated identifier of an internet event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventArn

        InternetEventSummary.Builder eventArn​(String eventArn)

        The Amazon Resource Name (ARN) of the internet event.

        Parameters:
        eventArn - The Amazon Resource Name (ARN) of the internet event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        InternetEventSummary.Builder startedAt​(Instant startedAt)

        The time when an internet event started.

        Parameters:
        startedAt - The time when an internet event started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endedAt

        InternetEventSummary.Builder endedAt​(Instant endedAt)

        The time when an internet event ended. If the event hasn't ended yet, this value is empty.

        Parameters:
        endedAt - The time when an internet event ended. If the event hasn't ended yet, this value is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientLocation

        InternetEventSummary.Builder clientLocation​(ClientLocation clientLocation)

        The impacted location, such as a city, that Amazon Web Services clients access application resources from.

        Parameters:
        clientLocation - The impacted location, such as a city, that Amazon Web Services clients access application resources from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.