Uses of Interface
software.amazon.awssdk.services.chimesdkmediapipelines.model.VideoArtifactsConfiguration.Builder
-
Packages that use VideoArtifactsConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of VideoArtifactsConfiguration.Builder in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return VideoArtifactsConfiguration.Builder Modifier and Type Method Description static VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration. builder()VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration.Builder. muxType(String muxType)The MUX type of the video artifact configuration object.VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration.Builder. muxType(VideoMuxType muxType)The MUX type of the video artifact configuration object.VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration.Builder. state(String state)Indicates whether the video artifact is enabled or disabled.VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration.Builder. state(ArtifactsState state)Indicates whether the video artifact is enabled or disabled.VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type VideoArtifactsConfiguration.Builder Modifier and Type Method Description static Class<? extends VideoArtifactsConfiguration.Builder>VideoArtifactsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmediapipelines.model with type arguments of type VideoArtifactsConfiguration.Builder Modifier and Type Method Description default ArtifactsConfiguration.BuilderArtifactsConfiguration.Builder. video(Consumer<VideoArtifactsConfiguration.Builder> video)The configuration for the video artifacts.
-