public static interface EventStreamDestinationDetails.Builder extends SdkPojo, CopyableBuilder<EventStreamDestinationDetails.Builder,EventStreamDestinationDetails>
| Modifier and Type | Method and Description |
|---|---|
EventStreamDestinationDetails.Builder |
message(String message)
The human-readable string that corresponds to the error or success while enabling the streaming destination.
|
EventStreamDestinationDetails.Builder |
status(EventStreamDestinationStatus status)
The status of enabling the Kinesis stream as a destination for export.
|
EventStreamDestinationDetails.Builder |
status(String status)
The status of enabling the Kinesis stream as a destination for export.
|
EventStreamDestinationDetails.Builder |
unhealthySince(Instant unhealthySince)
The timestamp when the status last changed to
UNHEALHY. |
EventStreamDestinationDetails.Builder |
uri(String uri)
The StreamARN of the destination to deliver profile events to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventStreamDestinationDetails.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.EventStreamDestinationDetails.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,
EventStreamDestinationStatusEventStreamDestinationDetails.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,
EventStreamDestinationStatusEventStreamDestinationDetails.Builder unhealthySince(Instant unhealthySince)
The timestamp when the status last changed to UNHEALHY.
unhealthySince - The timestamp when the status last changed to UNHEALHY.EventStreamDestinationDetails.Builder message(String message)
The human-readable string that corresponds to the error or success while enabling the streaming destination.
message - The human-readable string that corresponds to the error or success while enabling the streaming
destination.Copyright © 2023. All rights reserved.