public static interface UpdateMapRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRequest.Builder,UpdateMapRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMapRequest.Builder |
description(String description)
Updates the description for the map resource.
|
UpdateMapRequest.Builder |
mapName(String mapName)
The name of the map resource to update.
|
UpdateMapRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMapRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMapRequest.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdateMapRequest.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMapRequest.Builder description(String description)
Updates the description for the map resource.
description - Updates the description for the map resource.UpdateMapRequest.Builder mapName(String mapName)
The name of the map resource to update.
mapName - The name of the map resource to update.@Deprecated UpdateMapRequest.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 UpdateMapRequest.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,
PricingPlanUpdateMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.