Interface EventStreamDestinationDetails.Builder

  • Method Details

    • 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.
    • status

      The status of enabling the Kinesis stream as a destination for export.

      Parameters:
      status - The status of enabling the Kinesis stream as a destination for export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of enabling the Kinesis stream as a destination for export.

      Parameters:
      status - The status of enabling the Kinesis stream as a destination for export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.