Interface EventStreamDestinationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventStreamDestinationDetails.Builder,
,EventStreamDestinationDetails> SdkBuilder<EventStreamDestinationDetails.Builder,
,EventStreamDestinationDetails> SdkPojo
- Enclosing class:
EventStreamDestinationDetails
@Mutable
@NotThreadSafe
public static interface EventStreamDestinationDetails.Builder
extends SdkPojo, CopyableBuilder<EventStreamDestinationDetails.Builder,EventStreamDestinationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe human-readable string that corresponds to the error or success while enabling the streaming destination.The status of enabling the Kinesis stream as a destination for export.status
(EventStreamDestinationStatus status) The status of enabling the Kinesis stream as a destination for export.unhealthySince
(Instant unhealthySince) The timestamp when the status last changed toUNHEALHY
.The StreamARN of the destination to deliver profile events to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
The timestamp when the status last changed to
UNHEALHY
.- Parameters:
unhealthySince
- The timestamp when the status last changed toUNHEALHY
.- 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.
-