public static interface ContentArtifactsConfiguration.Builder extends SdkPojo, CopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ContentArtifactsConfiguration.Builder |
muxType(ContentMuxType muxType)
The MUX type of the artifact configuration.
|
ContentArtifactsConfiguration.Builder |
muxType(String muxType)
The MUX type of the artifact configuration.
|
ContentArtifactsConfiguration.Builder |
state(ArtifactsState state)
Indicates whether the content artifact is enabled or disabled.
|
ContentArtifactsConfiguration.Builder |
state(String state)
Indicates whether the content artifact is enabled or disabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentArtifactsConfiguration.Builder state(String state)
Indicates whether the content artifact is enabled or disabled.
state - Indicates whether the content artifact is enabled or disabled.ArtifactsState,
ArtifactsStateContentArtifactsConfiguration.Builder state(ArtifactsState state)
Indicates whether the content artifact is enabled or disabled.
state - Indicates whether the content artifact is enabled or disabled.ArtifactsState,
ArtifactsStateContentArtifactsConfiguration.Builder muxType(String muxType)
The MUX type of the artifact configuration.
muxType - The MUX type of the artifact configuration.ContentMuxType,
ContentMuxTypeContentArtifactsConfiguration.Builder muxType(ContentMuxType muxType)
The MUX type of the artifact configuration.
muxType - The MUX type of the artifact configuration.ContentMuxType,
ContentMuxTypeCopyright © 2022. All rights reserved.