public static interface UpdateMapRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRequest.Builder,UpdateMapRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateMapRequest.Builder |
configurationUpdate(Consumer<MapConfigurationUpdate.Builder> configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
|
UpdateMapRequest.Builder |
configurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
|
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 configurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
configurationUpdate - Updates the parts of the map configuration that can be updated, including the political view.default UpdateMapRequest.Builder configurationUpdate(Consumer<MapConfigurationUpdate.Builder> configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
This is a convenience method that creates an instance of theMapConfigurationUpdate.Builder avoiding
the need to create one manually via MapConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configurationUpdate(MapConfigurationUpdate).
configurationUpdate - a consumer that will call methods on MapConfigurationUpdate.BuilderconfigurationUpdate(MapConfigurationUpdate)UpdateMapRequest.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 © 2023. All rights reserved.