public static interface DestinationSummary.Builder extends SdkPojo, CopyableBuilder<DestinationSummary.Builder,DestinationSummary>
| Modifier and Type | Method and Description |
|---|---|
DestinationSummary.Builder |
status(EventStreamDestinationStatus status)
The status of enabling the Kinesis stream as a destination for export.
|
DestinationSummary.Builder |
status(String status)
The status of enabling the Kinesis stream as a destination for export.
|
DestinationSummary.Builder |
unhealthySince(Instant unhealthySince)
The timestamp when the status last changed to
UNHEALHY. |
DestinationSummary.Builder |
uri(String uri)
The StreamARN of the destination to deliver profile events to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationSummary.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.
uri - The StreamARN of the destination to deliver profile events to. For example,
arn:aws:kinesis:region:account-id:stream/stream-name.DestinationSummary.Builder status(String status)
The status of enabling the Kinesis stream as a destination for export.
status - The status of enabling the Kinesis stream as a destination for export.EventStreamDestinationStatus,
EventStreamDestinationStatusDestinationSummary.Builder status(EventStreamDestinationStatus status)
The status of enabling the Kinesis stream as a destination for export.
status - The status of enabling the Kinesis stream as a destination for export.EventStreamDestinationStatus,
EventStreamDestinationStatusDestinationSummary.Builder unhealthySince(Instant unhealthySince)
The timestamp when the status last changed to UNHEALHY.
unhealthySince - The timestamp when the status last changed to UNHEALHY.Copyright © 2023. All rights reserved.