Uses of Interface
software.amazon.awssdk.services.georoutes.model.IsolineConnection.Builder
-
Packages that use IsolineConnection.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineConnection.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineConnection.Builder Modifier and Type Method Description static IsolineConnection.BuilderIsolineConnection. builder()IsolineConnection.BuilderIsolineConnection.Builder. fromPolygonIndex(Integer fromPolygonIndex)Index of the polygon corresponding to the "from" component of the connection.default IsolineConnection.BuilderIsolineConnection.Builder. geometry(Consumer<IsolineConnectionGeometry.Builder> geometry)The isoline geometry.IsolineConnection.BuilderIsolineConnection.Builder. geometry(IsolineConnectionGeometry geometry)The isoline geometry.IsolineConnection.BuilderIsolineConnection. toBuilder()IsolineConnection.BuilderIsolineConnection.Builder. toPolygonIndex(Integer toPolygonIndex)Index of the polygon corresponding to the "to" component of the connection.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type IsolineConnection.Builder Modifier and Type Method Description static Class<? extends IsolineConnection.Builder>IsolineConnection. serializableBuilderClass()
-