Interface PixelAnomaly.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PixelAnomaly.Builder,
,PixelAnomaly> SdkBuilder<PixelAnomaly.Builder,
,PixelAnomaly> SdkPojo
- Enclosing class:
PixelAnomaly
@Mutable
@NotThreadSafe
public static interface PixelAnomaly.Builder
extends SdkPojo, CopyableBuilder<PixelAnomaly.Builder,PixelAnomaly>
-
Method Summary
Modifier and TypeMethodDescriptionA hex color value for the mask that covers an anomaly type.totalPercentageArea
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-