Interface GeospatialSolidColor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialSolidColor.Builder,GeospatialSolidColor>,SdkBuilder<GeospatialSolidColor.Builder,GeospatialSolidColor>,SdkPojo
- Enclosing class:
- GeospatialSolidColor
@Mutable @NotThreadSafe public static interface GeospatialSolidColor.Builder extends SdkPojo, CopyableBuilder<GeospatialSolidColor.Builder,GeospatialSolidColor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeospatialSolidColor.Buildercolor(String color)The color and opacity values for the color.GeospatialSolidColor.Builderstate(String state)Enables and disables the view state of the color.GeospatialSolidColor.Builderstate(GeospatialColorState state)Enables and disables the view state of the 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
GeospatialSolidColor.Builder color(String color)
The color and opacity values for the color.
- Parameters:
color- The color and opacity values for the color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
GeospatialSolidColor.Builder state(String state)
Enables and disables the view state of the color.
- Parameters:
state- Enables and disables the view state of the color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GeospatialColorState,GeospatialColorState
-
state
GeospatialSolidColor.Builder state(GeospatialColorState state)
Enables and disables the view state of the color.
- Parameters:
state- Enables and disables the view state of the color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GeospatialColorState,GeospatialColorState
-
-