Interface GeospatialGradientStepColor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialGradientStepColor.Builder,GeospatialGradientStepColor>,SdkBuilder<GeospatialGradientStepColor.Builder,GeospatialGradientStepColor>,SdkPojo
- Enclosing class:
- GeospatialGradientStepColor
@Mutable @NotThreadSafe public static interface GeospatialGradientStepColor.Builder extends SdkPojo, CopyableBuilder<GeospatialGradientStepColor.Builder,GeospatialGradientStepColor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeospatialGradientStepColor.Buildercolor(String color)The color and opacity values for the gradient step color.GeospatialGradientStepColor.BuilderdataValue(Double dataValue)The data value for the gradient step color.-
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
-
color
GeospatialGradientStepColor.Builder color(String color)
The color and opacity values for the gradient step color.
- Parameters:
color- The color and opacity values for the gradient step color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataValue
GeospatialGradientStepColor.Builder dataValue(Double dataValue)
The data value for the gradient step color.
- Parameters:
dataValue- The data value for the gradient step color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-