public static interface UpdatePlaceIndexRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdatePlaceIndexRequest.Builder,UpdatePlaceIndexRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePlaceIndexRequest.Builder dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
dataSourceConfiguration - Updates the data storage option for the place index resource.default UpdatePlaceIndexRequest.Builder dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)
Updates the data storage option for the place index resource.
This is a convenience that creates an instance of theDataSourceConfiguration.Builder avoiding the
need to create one manually via DataSourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataSourceConfiguration(DataSourceConfiguration).dataSourceConfiguration - a consumer that will call methods on DataSourceConfiguration.BuilderdataSourceConfiguration(DataSourceConfiguration)UpdatePlaceIndexRequest.Builder description(String description)
Updates the description for the place index resource.
description - Updates the description for the place index resource.UpdatePlaceIndexRequest.Builder indexName(String indexName)
The name of the place index resource to update.
indexName - The name of the place index resource to update.UpdatePlaceIndexRequest.Builder pricingPlan(String pricingPlan)
Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlan,
PricingPlanUpdatePlaceIndexRequest.Builder pricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlan,
PricingPlanUpdatePlaceIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePlaceIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.