Interface StartRouteAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartRouteAnalysisResponse.Builder,StartRouteAnalysisResponse>,NetworkManagerResponse.Builder,SdkBuilder<StartRouteAnalysisResponse.Builder,StartRouteAnalysisResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartRouteAnalysisResponse
public static interface StartRouteAnalysisResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<StartRouteAnalysisResponse.Builder,StartRouteAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartRouteAnalysisResponse.BuilderrouteAnalysis(Consumer<RouteAnalysis.Builder> routeAnalysis)The route analysis.StartRouteAnalysisResponse.BuilderrouteAnalysis(RouteAnalysis routeAnalysis)The route analysis.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
routeAnalysis
StartRouteAnalysisResponse.Builder routeAnalysis(RouteAnalysis routeAnalysis)
The route analysis.
- Parameters:
routeAnalysis- The route analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeAnalysis
default StartRouteAnalysisResponse.Builder routeAnalysis(Consumer<RouteAnalysis.Builder> routeAnalysis)
The route analysis.
This is a convenience method that creates an instance of theRouteAnalysis.Builderavoiding the need to create one manually viaRouteAnalysis.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouteAnalysis(RouteAnalysis).- Parameters:
routeAnalysis- a consumer that will call methods onRouteAnalysis.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
routeAnalysis(RouteAnalysis)
-
-