Interface DestinationSummary.Builder

    • Method Detail

      • uri

        DestinationSummary.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

        DestinationSummary.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.