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
Modifier and TypeMethodDescriptionThe color and opacity values for the fill color.strokeColor
(String strokeColor) The color and opacity values for the stroke color.strokeWidth
(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 Details
-
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
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
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.
-