Interface UpdateMapRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMapRequest.Builder,UpdateMapRequest>,LocationRequest.Builder,SdkBuilder<UpdateMapRequest.Builder,UpdateMapRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMapRequest
public static interface UpdateMapRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRequest.Builder,UpdateMapRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default UpdateMapRequest.BuilderconfigurationUpdate(Consumer<MapConfigurationUpdate.Builder> configurationUpdate)Updates the parts of the map configuration that can be updated, including the political view.UpdateMapRequest.BuilderconfigurationUpdate(MapConfigurationUpdate configurationUpdate)Updates the parts of the map configuration that can be updated, including the political view.UpdateMapRequest.Builderdescription(String description)Updates the description for the map resource.UpdateMapRequest.BuildermapName(String mapName)The name of the map resource to update.UpdateMapRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMapRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMapRequest.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.UpdateMapRequest.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
-
mapName
UpdateMapRequest.Builder mapName(String mapName)
The name of the map resource to update.
- Parameters:
mapName- The name of the map resource to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated UpdateMapRequest.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 UpdateMapRequest.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
-
description
UpdateMapRequest.Builder description(String description)
Updates the description for the map resource.
- Parameters:
description- Updates the description for the map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationUpdate
UpdateMapRequest.Builder configurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
- Parameters:
configurationUpdate- Updates the parts of the map configuration that can be updated, including the political view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationUpdate
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.Builderavoiding the need to create one manually viaMapConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationUpdate(MapConfigurationUpdate).- Parameters:
configurationUpdate- a consumer that will call methods onMapConfigurationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configurationUpdate(MapConfigurationUpdate)
-
overrideConfiguration
UpdateMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-