Interface DestinationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DestinationSummary.Builder,
,DestinationSummary> SdkBuilder<DestinationSummary.Builder,
,DestinationSummary> SdkPojo
- Enclosing class:
DestinationSummary
public static interface DestinationSummary.Builder
extends SdkPojo, CopyableBuilder<DestinationSummary.Builder,DestinationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, 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.
-