Interface RouteMatrixEntryError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteMatrixEntryError.Builder,RouteMatrixEntryError>,SdkBuilder<RouteMatrixEntryError.Builder,RouteMatrixEntryError>,SdkPojo
- Enclosing class:
- RouteMatrixEntryError
public static interface RouteMatrixEntryError.Builder extends SdkPojo, CopyableBuilder<RouteMatrixEntryError.Builder,RouteMatrixEntryError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteMatrixEntryError.Buildercode(String code)The type of error which occurred for the route calculation.RouteMatrixEntryError.Buildercode(RouteMatrixErrorCode code)The type of error which occurred for the route calculation.RouteMatrixEntryError.Buildermessage(String message)A message about the error that occurred for the route calculation.-
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, sdkFields
-
-
-
-
Method Detail
-
code
RouteMatrixEntryError.Builder code(String code)
The type of error which occurred for the route calculation.
- Parameters:
code- The type of error which occurred for the route calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteMatrixErrorCode,RouteMatrixErrorCode
-
code
RouteMatrixEntryError.Builder code(RouteMatrixErrorCode code)
The type of error which occurred for the route calculation.
- Parameters:
code- The type of error which occurred for the route calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteMatrixErrorCode,RouteMatrixErrorCode
-
message
RouteMatrixEntryError.Builder message(String message)
A message about the error that occurred for the route calculation.
- Parameters:
message- A message about the error that occurred for the route calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-