Interface DetectLabelsImagePropertiesSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DetectLabelsImagePropertiesSettings.Builder,DetectLabelsImagePropertiesSettings>,SdkBuilder<DetectLabelsImagePropertiesSettings.Builder,DetectLabelsImagePropertiesSettings>,SdkPojo
- Enclosing class:
- DetectLabelsImagePropertiesSettings
public static interface DetectLabelsImagePropertiesSettings.Builder extends SdkPojo, CopyableBuilder<DetectLabelsImagePropertiesSettings.Builder,DetectLabelsImagePropertiesSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectLabelsImagePropertiesSettings.BuildermaxDominantColors(Integer maxDominantColors)The maximum number of dominant colors to return when detecting labels in an image.-
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
-
maxDominantColors
DetectLabelsImagePropertiesSettings.Builder maxDominantColors(Integer maxDominantColors)
The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.
- Parameters:
maxDominantColors- The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-