Interface GeospatialLineLayer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialLineLayer.Builder,,GeospatialLineLayer> SdkBuilder<GeospatialLineLayer.Builder,,GeospatialLineLayer> SdkPojo
- Enclosing class:
GeospatialLineLayer
@Mutable
@NotThreadSafe
public static interface GeospatialLineLayer.Builder
extends SdkPojo, CopyableBuilder<GeospatialLineLayer.Builder,GeospatialLineLayer>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GeospatialLineLayer.Builderstyle(Consumer<GeospatialLineStyle.Builder> style) The visualization style for a line layer.style(GeospatialLineStyle style) The visualization style for a line layer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
style
The visualization style for a line layer.
- Parameters:
style- The visualization style for a line layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
style
The visualization style for a line layer.
This is a convenience method that creates an instance of theGeospatialLineStyle.Builderavoiding the need to create one manually viaGeospatialLineStyle.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostyle(GeospatialLineStyle).- Parameters:
style- a consumer that will call methods onGeospatialLineStyle.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-