Interface Isoline.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Isoline.Builder,
,Isoline> SdkBuilder<Isoline.Builder,
,Isoline> SdkPojo
- Enclosing class:
Isoline
-
Method Summary
Modifier and TypeMethodDescriptionconnections
(Collection<IsolineConnection> connections) Isolines may contain multiple components, if these components are connected by ferry links.connections
(Consumer<IsolineConnection.Builder>... connections) Isolines may contain multiple components, if these components are connected by ferry links.connections
(IsolineConnection... connections) Isolines may contain multiple components, if these components are connected by ferry links.distanceThreshold
(Long distanceThreshold) Distance threshold corresponding to the calculated Isoline.geometries
(Collection<IsolineShapeGeometry> geometries) Geometries for the Calculated isolines.geometries
(Consumer<IsolineShapeGeometry.Builder>... geometries) Geometries for the Calculated isolines.geometries
(IsolineShapeGeometry... geometries) Geometries for the Calculated isolines.timeThreshold
(Long timeThreshold) Time threshold corresponding to the calculated isoline.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
-
connections
Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.
- Parameters:
connections
- Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connections
Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.
- Parameters:
connections
- Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connections
Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.
This is a convenience method that creates an instance of theIsolineConnection.Builder
avoiding the need to create one manually viaIsolineConnection.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconnections(List<IsolineConnection>)
.- Parameters:
connections
- a consumer that will call methods onIsolineConnection.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
distanceThreshold
Distance threshold corresponding to the calculated Isoline.
- Parameters:
distanceThreshold
- Distance threshold corresponding to the calculated Isoline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geometries
Geometries for the Calculated isolines.
- Parameters:
geometries
- Geometries for the Calculated isolines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geometries
Geometries for the Calculated isolines.
- Parameters:
geometries
- Geometries for the Calculated isolines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geometries
Geometries for the Calculated isolines.
This is a convenience method that creates an instance of theIsolineShapeGeometry.Builder
avoiding the need to create one manually viaIsolineShapeGeometry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togeometries(List<IsolineShapeGeometry>)
.- Parameters:
geometries
- a consumer that will call methods onIsolineShapeGeometry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeThreshold
Time threshold corresponding to the calculated isoline.
- Parameters:
timeThreshold
- Time threshold corresponding to the calculated isoline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-