public static interface RouteAnalysisPath.Builder extends SdkPojo, CopyableBuilder<RouteAnalysisPath.Builder,RouteAnalysisPath>
| Modifier and Type | Method and Description |
|---|---|
default RouteAnalysisPath.Builder |
completionStatus(Consumer<RouteAnalysisCompletion.Builder> completionStatus)
The status of the analysis at completion.
|
RouteAnalysisPath.Builder |
completionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
|
RouteAnalysisPath.Builder |
path(Collection<PathComponent> path)
The route analysis path.
|
RouteAnalysisPath.Builder |
path(Consumer<PathComponent.Builder>... path)
The route analysis path.
|
RouteAnalysisPath.Builder |
path(PathComponent... path)
The route analysis path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRouteAnalysisPath.Builder completionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
completionStatus - The status of the analysis at completion.default RouteAnalysisPath.Builder completionStatus(Consumer<RouteAnalysisCompletion.Builder> completionStatus)
The status of the analysis at completion.
This is a convenience method that creates an instance of theRouteAnalysisCompletion.Builder avoiding
the need to create one manually via RouteAnalysisCompletion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to completionStatus(RouteAnalysisCompletion).
completionStatus - a consumer that will call methods on RouteAnalysisCompletion.BuildercompletionStatus(RouteAnalysisCompletion)RouteAnalysisPath.Builder path(Collection<PathComponent> path)
The route analysis path.
path - The route analysis path.RouteAnalysisPath.Builder path(PathComponent... path)
The route analysis path.
path - The route analysis path.RouteAnalysisPath.Builder path(Consumer<PathComponent.Builder>... path)
The route analysis path.
This is a convenience method that creates an instance of thePathComponent.Builder avoiding the need to
create one manually via PathComponent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #path(List.
path - a consumer that will call methods on
PathComponent.Builder#path(java.util.Collection) Copyright © 2022. All rights reserved.