Interface TechnicalCueSegment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>,SdkBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>,SdkPojo
- Enclosing class:
- TechnicalCueSegment
public static interface TechnicalCueSegment.Builder extends SdkPojo, CopyableBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TechnicalCueSegment.Builderconfidence(Float confidence)The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.TechnicalCueSegment.Buildertype(String type)The type of the technical cue.TechnicalCueSegment.Buildertype(TechnicalCueType type)The type of the technical cue.-
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, sdkFields
-
-
-
-
Method Detail
-
type
TechnicalCueSegment.Builder type(String type)
The type of the technical cue.
- Parameters:
type- The type of the technical cue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TechnicalCueType,TechnicalCueType
-
type
TechnicalCueSegment.Builder type(TechnicalCueType type)
The type of the technical cue.
- Parameters:
type- The type of the technical cue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TechnicalCueType,TechnicalCueType
-
confidence
TechnicalCueSegment.Builder confidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
- Parameters:
confidence- The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-