Interface GeospatialLineStyle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialLineStyle.Builder,
,GeospatialLineStyle> SdkBuilder<GeospatialLineStyle.Builder,
,GeospatialLineStyle> SdkPojo
- Enclosing class:
GeospatialLineStyle
@Mutable
@NotThreadSafe
public static interface GeospatialLineStyle.Builder
extends SdkPojo, CopyableBuilder<GeospatialLineStyle.Builder,GeospatialLineStyle>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GeospatialLineStyle.Builder
lineSymbolStyle
(Consumer<GeospatialLineSymbolStyle.Builder> lineSymbolStyle) The symbol style for a line style.lineSymbolStyle
(GeospatialLineSymbolStyle lineSymbolStyle) The symbol style for a line style.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
-
lineSymbolStyle
The symbol style for a line style.
- Parameters:
lineSymbolStyle
- The symbol style for a line style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineSymbolStyle
default GeospatialLineStyle.Builder lineSymbolStyle(Consumer<GeospatialLineSymbolStyle.Builder> lineSymbolStyle) The symbol style for a line style.
This is a convenience method that creates an instance of theGeospatialLineSymbolStyle.Builder
avoiding the need to create one manually viaGeospatialLineSymbolStyle.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolineSymbolStyle(GeospatialLineSymbolStyle)
.- Parameters:
lineSymbolStyle
- a consumer that will call methods onGeospatialLineSymbolStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-