Interface GeospatialNullSymbolStyle.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialNullSymbolStyle.Builder,GeospatialNullSymbolStyle>,SdkBuilder<GeospatialNullSymbolStyle.Builder,GeospatialNullSymbolStyle>,SdkPojo
- Enclosing class:
- GeospatialNullSymbolStyle
@Mutable @NotThreadSafe public static interface GeospatialNullSymbolStyle.Builder extends SdkPojo, CopyableBuilder<GeospatialNullSymbolStyle.Builder,GeospatialNullSymbolStyle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeospatialNullSymbolStyle.BuilderfillColor(String fillColor)The color and opacity values for the fill color.GeospatialNullSymbolStyle.BuilderstrokeColor(String strokeColor)The color and opacity values for the stroke color.GeospatialNullSymbolStyle.BuilderstrokeWidth(Double strokeWidth)The width of the border stroke.-
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
-
fillColor
GeospatialNullSymbolStyle.Builder fillColor(String fillColor)
The color and opacity values for the fill color.
- Parameters:
fillColor- The color and opacity values for the fill color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strokeColor
GeospatialNullSymbolStyle.Builder strokeColor(String strokeColor)
The color and opacity values for the stroke color.
- Parameters:
strokeColor- The color and opacity values for the stroke color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strokeWidth
GeospatialNullSymbolStyle.Builder strokeWidth(Double strokeWidth)
The width of the border stroke.
- Parameters:
strokeWidth- The width of the border stroke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-