Interface EventDescription.Builder

    • Method Detail

      • eventDate

        EventDescription.Builder eventDate​(Instant eventDate)

        The date when the event occurred.

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

        EventDescription.Builder message​(String message)

        The event message.

        Parameters:
        message - The event message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationName

        EventDescription.Builder applicationName​(String applicationName)

        The application associated with the event.

        Parameters:
        applicationName - The application associated with the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionLabel

        EventDescription.Builder versionLabel​(String versionLabel)

        The release label for the application version associated with this event.

        Parameters:
        versionLabel - The release label for the application version associated with this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateName

        EventDescription.Builder templateName​(String templateName)

        The name of the configuration associated with this event.

        Parameters:
        templateName - The name of the configuration associated with this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        EventDescription.Builder environmentName​(String environmentName)

        The name of the environment associated with this event.

        Parameters:
        environmentName - The name of the environment associated with this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformArn

        EventDescription.Builder platformArn​(String platformArn)

        The ARN of the platform version.

        Parameters:
        platformArn - The ARN of the platform version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        EventDescription.Builder requestId​(String requestId)

        The web service request ID for the activity of this event.

        Parameters:
        requestId - The web service request ID for the activity of this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severity

        EventDescription.Builder severity​(String severity)

        The severity level of this event.

        Parameters:
        severity - The severity level of this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventSeverity, EventSeverity