Interface UpdateRouteCalculatorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>,LocationRequest.Builder,SdkBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRouteCalculatorRequest
public static interface UpdateRouteCalculatorRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UpdateRouteCalculatorRequest.BuildercalculatorName(String calculatorName)The name of the route calculator resource to update.UpdateRouteCalculatorRequest.Builderdescription(String description)Updates the description for the route calculator resource.UpdateRouteCalculatorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRouteCalculatorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRouteCalculatorRequest.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.UpdateRouteCalculatorRequest.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.Builder
build
-
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
-
calculatorName
UpdateRouteCalculatorRequest.Builder calculatorName(String calculatorName)
The name of the route calculator resource to update.
- Parameters:
calculatorName- The name of the route calculator resource to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateRouteCalculatorRequest.Builder description(String description)
Updates the description for the route calculator resource.
- Parameters:
description- Updates the description for the route calculator resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated UpdateRouteCalculatorRequest.Builder pricingPlan(String pricingPlan)
Deprecated.Deprecated. If included, the only allowed value is RequestBasedUsage.No longer used. If included, the only allowed value is
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. If included, the only allowed value isRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlan
@Deprecated UpdateRouteCalculatorRequest.Builder pricingPlan(PricingPlan pricingPlan)
Deprecated.Deprecated. If included, the only allowed value is RequestBasedUsage.No longer used. If included, the only allowed value is
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. If included, the only allowed value isRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
overrideConfiguration
UpdateRouteCalculatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRouteCalculatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-