public static interface UpdateRouteCalculatorRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateRouteCalculatorRequest.Builder,UpdateRouteCalculatorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteCalculatorRequest.Builder |
calculatorName(String calculatorName)
The name of the route calculator resource to update.
|
UpdateRouteCalculatorRequest.Builder |
description(String description)
Updates the description for the route calculator resource.
|
UpdateRouteCalculatorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRouteCalculatorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRouteCalculatorRequest.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdateRouteCalculatorRequest.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRouteCalculatorRequest.Builder calculatorName(String calculatorName)
The name of the route calculator resource to update.
calculatorName - The name of the route calculator resource to update.UpdateRouteCalculatorRequest.Builder description(String description)
Updates the description for the route calculator resource.
description - Updates the description for the route calculator resource.@Deprecated UpdateRouteCalculatorRequest.Builder pricingPlan(String pricingPlan)
No longer used. If included, the only allowed value is RequestBasedUsage.
pricingPlan - No longer used. If included, the only allowed value is RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated UpdateRouteCalculatorRequest.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. If included, the only allowed value is RequestBasedUsage.
pricingPlan - No longer used. If included, the only allowed value is RequestBasedUsage.PricingPlan,
PricingPlanUpdateRouteCalculatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRouteCalculatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.