public static interface UpdatePlaceIndexRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdatePlaceIndexRequest.Builder,UpdatePlaceIndexRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePlaceIndexRequest.Builder |
dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
UpdatePlaceIndexRequest.Builder |
dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
UpdatePlaceIndexRequest.Builder |
description(String description)
Updates the description for the place index resource.
|
UpdatePlaceIndexRequest.Builder |
indexName(String indexName)
The name of the place index resource to update.
|
UpdatePlaceIndexRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePlaceIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePlaceIndexRequest.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdatePlaceIndexRequest.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
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 method 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.@Deprecated UpdatePlaceIndexRequest.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 UpdatePlaceIndexRequest.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,
PricingPlanUpdatePlaceIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePlaceIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.