Interface SegmentTypeInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>,SdkBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>,SdkPojo
- Enclosing class:
- SegmentTypeInfo
public static interface SegmentTypeInfo.Builder extends SdkPojo, CopyableBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SegmentTypeInfo.BuildermodelVersion(String modelVersion)The version of the model used to detect segments.SegmentTypeInfo.Buildertype(String type)The type of a segment (technical cue or shot detection).SegmentTypeInfo.Buildertype(SegmentType type)The type of a segment (technical cue or shot detection).-
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
-
type
SegmentTypeInfo.Builder type(String type)
The type of a segment (technical cue or shot detection).
- Parameters:
type- The type of a segment (technical cue or shot detection).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SegmentType,SegmentType
-
type
SegmentTypeInfo.Builder type(SegmentType type)
The type of a segment (technical cue or shot detection).
- Parameters:
type- The type of a segment (technical cue or shot detection).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SegmentType,SegmentType
-
modelVersion
SegmentTypeInfo.Builder modelVersion(String modelVersion)
The version of the model used to detect segments.
- Parameters:
modelVersion- The version of the model used to detect segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-