| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static RouteMatrixEntryError.Builder |
RouteMatrixEntryError.builder() |
RouteMatrixEntryError.Builder |
RouteMatrixEntryError.Builder.code(RouteMatrixErrorCode code)
The type of error which occurred for the route calculation.
|
RouteMatrixEntryError.Builder |
RouteMatrixEntryError.Builder.code(String code)
The type of error which occurred for the route calculation.
|
RouteMatrixEntryError.Builder |
RouteMatrixEntryError.Builder.message(String message)
A message about the error that occurred for the route calculation.
|
RouteMatrixEntryError.Builder |
RouteMatrixEntryError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RouteMatrixEntryError.Builder> |
RouteMatrixEntryError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RouteMatrixEntry.Builder |
RouteMatrixEntry.Builder.error(Consumer<RouteMatrixEntryError.Builder> error)
An error corresponding to the calculation of a route between the
DeparturePosition and
DestinationPosition. |
Copyright © 2023. All rights reserved.