public static interface ListPlaceIndexesResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListPlaceIndexesResponseEntry.Builder,ListPlaceIndexesResponseEntry>
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResponseEntry.Builder |
createTime(Instant createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListPlaceIndexesResponseEntry.Builder |
dataSource(String dataSource)
The data provider of geospatial data.
|
ListPlaceIndexesResponseEntry.Builder |
description(String description)
The optional description for the place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
indexName(String indexName)
The name of the place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
pricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
updateTime(Instant updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlaceIndexesResponseEntry.Builder createTime(Instant createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.ListPlaceIndexesResponseEntry.Builder dataSource(String dataSource)
The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource - The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
ListPlaceIndexesResponseEntry.Builder description(String description)
The optional description for the place index resource.
description - The optional description for the place index resource.ListPlaceIndexesResponseEntry.Builder indexName(String indexName)
The name of the place index resource.
indexName - The name of the place index resource.ListPlaceIndexesResponseEntry.Builder pricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanListPlaceIndexesResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanListPlaceIndexesResponseEntry.Builder updateTime(Instant updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2022. All rights reserved.