Interface VideoArtifactsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoArtifactsConfiguration.Builder,VideoArtifactsConfiguration>,SdkBuilder<VideoArtifactsConfiguration.Builder,VideoArtifactsConfiguration>,SdkPojo
- Enclosing class:
- VideoArtifactsConfiguration
public static interface VideoArtifactsConfiguration.Builder extends SdkPojo, CopyableBuilder<VideoArtifactsConfiguration.Builder,VideoArtifactsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoArtifactsConfiguration.BuildermuxType(String muxType)The MUX type of the video artifact configuration object.VideoArtifactsConfiguration.BuildermuxType(VideoMuxType muxType)The MUX type of the video artifact configuration object.VideoArtifactsConfiguration.Builderstate(String state)Indicates whether the video artifact is enabled or disabled.VideoArtifactsConfiguration.Builderstate(ArtifactsState state)Indicates whether the video artifact is enabled or disabled.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
state
VideoArtifactsConfiguration.Builder state(String state)
Indicates whether the video artifact is enabled or disabled.
- Parameters:
state- Indicates whether the video artifact is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactsState,ArtifactsState
-
state
VideoArtifactsConfiguration.Builder state(ArtifactsState state)
Indicates whether the video artifact is enabled or disabled.
- Parameters:
state- Indicates whether the video artifact is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactsState,ArtifactsState
-
muxType
VideoArtifactsConfiguration.Builder muxType(String muxType)
The MUX type of the video artifact configuration object.
- Parameters:
muxType- The MUX type of the video artifact configuration object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VideoMuxType,VideoMuxType
-
muxType
VideoArtifactsConfiguration.Builder muxType(VideoMuxType muxType)
The MUX type of the video artifact configuration object.
- Parameters:
muxType- The MUX type of the video artifact configuration object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VideoMuxType,VideoMuxType
-
-