public static interface VideoArtifactsConfiguration.Builder extends SdkPojo, CopyableBuilder<VideoArtifactsConfiguration.Builder,VideoArtifactsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VideoArtifactsConfiguration.Builder |
muxType(String muxType)
The MUX type of the video artifact configuration object.
|
VideoArtifactsConfiguration.Builder |
muxType(VideoMuxType muxType)
The MUX type of the video artifact configuration object.
|
VideoArtifactsConfiguration.Builder |
state(ArtifactsState state)
Indicates whether the video artifact is enabled or disabled.
|
VideoArtifactsConfiguration.Builder |
state(String state)
Indicates whether the video artifact is enabled or disabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoArtifactsConfiguration.Builder state(String state)
Indicates whether the video artifact is enabled or disabled.
state - Indicates whether the video artifact is enabled or disabled.ArtifactsState,
ArtifactsStateVideoArtifactsConfiguration.Builder state(ArtifactsState state)
Indicates whether the video artifact is enabled or disabled.
state - Indicates whether the video artifact is enabled or disabled.ArtifactsState,
ArtifactsStateVideoArtifactsConfiguration.Builder muxType(String muxType)
The MUX type of the video artifact configuration object.
muxType - The MUX type of the video artifact configuration object.VideoMuxType,
VideoMuxTypeVideoArtifactsConfiguration.Builder muxType(VideoMuxType muxType)
The MUX type of the video artifact configuration object.
muxType - The MUX type of the video artifact configuration object.VideoMuxType,
VideoMuxTypeCopyright © 2022. All rights reserved.