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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeospatialLineWidth.BuilderlineWidth(Double lineWidth)The 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 Detail
-
lineWidth
GeospatialLineWidth.Builder lineWidth(Double 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.
-
-