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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationSummary.Builderstatus(String status)The status of enabling the Kinesis stream as a destination for export.DestinationSummary.Builderstatus(EventStreamDestinationStatus status)The status of enabling the Kinesis stream as a destination for export.DestinationSummary.BuilderunhealthySince(Instant unhealthySince)The timestamp when the status last changed toUNHEALHY.DestinationSummary.Builderuri(String uri)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 Detail
-
uri
DestinationSummary.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.
- 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
DestinationSummary.Builder status(String 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:
EventStreamDestinationStatus,EventStreamDestinationStatus
-
status
DestinationSummary.Builder status(EventStreamDestinationStatus 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:
EventStreamDestinationStatus,EventStreamDestinationStatus
-
unhealthySince
DestinationSummary.Builder unhealthySince(Instant 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.
-
-