public static interface StreamingConfiguration.Builder extends SdkPojo, CopyableBuilder<StreamingConfiguration.Builder,StreamingConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamingConfiguration.Builder dataRetentionInHours(Integer dataRetentionInHours)
The amount of time, in hours, to the Kinesis data.
dataRetentionInHours - The amount of time, in hours, to the Kinesis data.StreamingConfiguration.Builder disabled(Boolean disabled)
When true, streaming to Kinesis is off.
disabled - When true, streaming to Kinesis is off.StreamingConfiguration.Builder streamingNotificationTargets(Collection<StreamingNotificationTarget> streamingNotificationTargets)
The streaming notification targets.
streamingNotificationTargets - The streaming notification targets.StreamingConfiguration.Builder streamingNotificationTargets(StreamingNotificationTarget... streamingNotificationTargets)
The streaming notification targets.
streamingNotificationTargets - The streaming notification targets.StreamingConfiguration.Builder streamingNotificationTargets(Consumer<StreamingNotificationTarget.Builder>... streamingNotificationTargets)
The streaming notification targets.
This is a convenience method that creates an instance of theStreamingNotificationTarget.Builder avoiding the
need to create one manually via
StreamingNotificationTarget.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #streamingNotificationTargets(List.
streamingNotificationTargets - a consumer that will call methods on
StreamingNotificationTarget.Builder#streamingNotificationTargets(java.util.Collection) StreamingConfiguration.Builder mediaInsightsConfiguration(MediaInsightsConfiguration mediaInsightsConfiguration)
The call analytics configuration.
mediaInsightsConfiguration - The call analytics configuration.default StreamingConfiguration.Builder mediaInsightsConfiguration(Consumer<MediaInsightsConfiguration.Builder> mediaInsightsConfiguration)
The call analytics configuration.
This is a convenience method that creates an instance of theMediaInsightsConfiguration.Builder
avoiding the need to create one manually via MediaInsightsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mediaInsightsConfiguration(MediaInsightsConfiguration).
mediaInsightsConfiguration - a consumer that will call methods on MediaInsightsConfiguration.BuildermediaInsightsConfiguration(MediaInsightsConfiguration)Copyright © 2023. All rights reserved.