Interface GeospatialLineStyle.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GeospatialLineStyle.Builder,,GeospatialLineStyle> SdkBuilder<GeospatialLineStyle.Builder,,GeospatialLineStyle> SdkPojo
- Enclosing class:
 GeospatialLineStyle
public static interface GeospatialLineStyle.Builder
extends SdkPojo, CopyableBuilder<GeospatialLineStyle.Builder,GeospatialLineStyle> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GeospatialLineStyle.BuilderlineSymbolStyle(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
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
- 
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.Builderavoiding the need to create one manually viaGeospatialLineSymbolStyle.builder().When the
Consumercompletes,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:
 
 
 -