Interface UpdateMapRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateMapRequest.Builder,,- UpdateMapRequest> - LocationRequest.Builder,- SdkBuilder<UpdateMapRequest.Builder,,- UpdateMapRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateMapRequest
@Mutable
@NotThreadSafe
public static interface UpdateMapRequest.Builder
extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRequest.Builder,UpdateMapRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault UpdateMapRequest.BuilderconfigurationUpdate(Consumer<MapConfigurationUpdate.Builder> configurationUpdate) Updates the parts of the map configuration that can be updated, including the political view.configurationUpdate(MapConfigurationUpdate configurationUpdate) Updates the parts of the map configuration that can be updated, including the political view.description(String description) Updates the description for the map resource.The name of the map resource to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pricingPlan(String pricingPlan) Deprecated.Deprecated.pricingPlan(PricingPlan pricingPlan) Deprecated.Deprecated.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
mapNameThe 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.
 
- 
pricingPlanDeprecated.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 is- RequestBasedUsage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pricingPlanDeprecated.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 is- RequestBasedUsage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionUpdates 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.
 
- 
configurationUpdateUpdates 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.
 
- 
configurationUpdatedefault 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 on- MapConfigurationUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-