Interface PixelAnomaly.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PixelAnomaly.Builder,PixelAnomaly>,SdkBuilder<PixelAnomaly.Builder,PixelAnomaly>,SdkPojo
- Enclosing class:
- PixelAnomaly
public static interface PixelAnomaly.Builder extends SdkPojo, CopyableBuilder<PixelAnomaly.Builder,PixelAnomaly>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PixelAnomaly.Buildercolor(String color)A hex color value for the mask that covers an anomaly type.PixelAnomaly.BuildertotalPercentageArea(Float totalPercentageArea)The percentage area of the image that the anomaly type covers.-
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
-
totalPercentageArea
PixelAnomaly.Builder totalPercentageArea(Float totalPercentageArea)
The percentage area of the image that the anomaly type covers.
- Parameters:
totalPercentageArea- The percentage area of the image that the anomaly type covers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
color
PixelAnomaly.Builder color(String color)
A hex color value for the mask that covers an anomaly type. Each anomaly type has a different mask color. The color maps to the color of the anomaly type used in the training dataset.
- Parameters:
color- A hex color value for the mask that covers an anomaly type. Each anomaly type has a different mask color. The color maps to the color of the anomaly type used in the training dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-