Interface ServerEvent.Builder

    • Method Detail

      • createdAt

        ServerEvent.Builder createdAt​(Instant createdAt)

        The time when the event occurred.

        Parameters:
        createdAt - The time when the event occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverName

        ServerEvent.Builder serverName​(String serverName)

        The name of the server on or for which the event occurred.

        Parameters:
        serverName - The name of the server on or for which the event occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        ServerEvent.Builder message​(String message)

        A human-readable informational or status message.

        Parameters:
        message - A human-readable informational or status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logUrl

        ServerEvent.Builder logUrl​(String logUrl)

        The Amazon S3 URL of the event's log file.

        Parameters:
        logUrl - The Amazon S3 URL of the event's log file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.