Interface EventStreamDestinationDetails.Builder

    • Method Detail

      • uri

        EventStreamDestinationDetails.Builder uri​(String uri)

        The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.

        Parameters:
        uri - The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unhealthySince

        EventStreamDestinationDetails.Builder unhealthySince​(Instant unhealthySince)

        The timestamp when the status last changed to UNHEALHY.

        Parameters:
        unhealthySince - The timestamp when the status last changed to UNHEALHY.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        EventStreamDestinationDetails.Builder message​(String message)

        The human-readable string that corresponds to the error or success while enabling the streaming destination.

        Parameters:
        message - The human-readable string that corresponds to the error or success while enabling the streaming destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.