Interface ContentType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentType.Builder,ContentType>,SdkBuilder<ContentType.Builder,ContentType>,SdkPojo
- Enclosing class:
- ContentType
public static interface ContentType.Builder extends SdkPojo, CopyableBuilder<ContentType.Builder,ContentType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentType.Builderconfidence(Float confidence)The confidence level of the label givenContentType.Buildername(String name)The name of the label-
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
-
confidence
ContentType.Builder confidence(Float confidence)
The confidence level of the label given
- Parameters:
confidence- The confidence level of the label given- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ContentType.Builder name(String name)
The name of the label
- Parameters:
name- The name of the label- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-