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
Modifier and TypeMethodDescriptionmaxDominantColors(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -