Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.DestinationSummary.Builder
-
Packages that use DestinationSummary.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of DestinationSummary.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return DestinationSummary.Builder Modifier and Type Method Description static DestinationSummary.BuilderDestinationSummary. builder()DestinationSummary.BuilderDestinationSummary.Builder. status(String status)The status of enabling the Kinesis stream as a destination for export.DestinationSummary.BuilderDestinationSummary.Builder. status(EventStreamDestinationStatus status)The status of enabling the Kinesis stream as a destination for export.DestinationSummary.BuilderDestinationSummary. toBuilder()DestinationSummary.BuilderDestinationSummary.Builder. unhealthySince(Instant unhealthySince)The timestamp when the status last changed toUNHEALHY.DestinationSummary.BuilderDestinationSummary.Builder. uri(String uri)The StreamARN of the destination to deliver profile events to.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type DestinationSummary.Builder Modifier and Type Method Description static Class<? extends DestinationSummary.Builder>DestinationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type DestinationSummary.Builder Modifier and Type Method Description default EventStreamSummary.BuilderEventStreamSummary.Builder. destinationSummary(Consumer<DestinationSummary.Builder> destinationSummary)Summary information about the Kinesis data stream.
-