public static interface ChimeSdkMeetingLiveConnectorConfiguration.Builder extends SdkPojo, CopyableBuilder<ChimeSdkMeetingLiveConnectorConfiguration.Builder,ChimeSdkMeetingLiveConnectorConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChimeSdkMeetingLiveConnectorConfiguration.Builder arn(String arn)
The configuration object's Chime SDK meeting ARN.
arn - The configuration object's Chime SDK meeting ARN.ChimeSdkMeetingLiveConnectorConfiguration.Builder muxType(String muxType)
The configuration object's multiplex type.
muxType - The configuration object's multiplex type.LiveConnectorMuxType,
LiveConnectorMuxTypeChimeSdkMeetingLiveConnectorConfiguration.Builder muxType(LiveConnectorMuxType muxType)
The configuration object's multiplex type.
muxType - The configuration object's multiplex type.LiveConnectorMuxType,
LiveConnectorMuxTypeChimeSdkMeetingLiveConnectorConfiguration.Builder compositedVideo(CompositedVideoArtifactsConfiguration compositedVideo)
The media pipeline's composited video.
compositedVideo - The media pipeline's composited video.default ChimeSdkMeetingLiveConnectorConfiguration.Builder compositedVideo(Consumer<CompositedVideoArtifactsConfiguration.Builder> compositedVideo)
The media pipeline's composited video.
This is a convenience method that creates an instance of theCompositedVideoArtifactsConfiguration.Builder avoiding the need to create one manually via
CompositedVideoArtifactsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to compositedVideo(CompositedVideoArtifactsConfiguration).
compositedVideo - a consumer that will call methods on CompositedVideoArtifactsConfiguration.BuildercompositedVideo(CompositedVideoArtifactsConfiguration)ChimeSdkMeetingLiveConnectorConfiguration.Builder sourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration settings of the media pipeline's configuration object.
sourceConfiguration - The source configuration settings of the media pipeline's configuration object.default ChimeSdkMeetingLiveConnectorConfiguration.Builder sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)
The source configuration settings of the media pipeline's configuration object.
This is a convenience method that creates an instance of theSourceConfiguration.Builder avoiding the
need to create one manually via SourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceConfiguration(SourceConfiguration).
sourceConfiguration - a consumer that will call methods on SourceConfiguration.BuildersourceConfiguration(SourceConfiguration)Copyright © 2022. All rights reserved.