Interface GeospatialLineWidth.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialLineWidth.Builder,
,GeospatialLineWidth> SdkBuilder<GeospatialLineWidth.Builder,
,GeospatialLineWidth> SdkPojo
- Enclosing class:
GeospatialLineWidth
@Mutable
@NotThreadSafe
public static interface GeospatialLineWidth.Builder
extends SdkPojo, CopyableBuilder<GeospatialLineWidth.Builder,GeospatialLineWidth>
-
Method Summary
Modifier and TypeMethodDescriptionThe positive value for the width of a line.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
-
lineWidth
The positive value for the width of a line.
- Parameters:
lineWidth
- The positive value for the width of a line.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-