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)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListPlaceIndexesResponseEntry.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
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.@Deprecated ListPlaceIndexesResponseEntry.Builder pricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListPlaceIndexesResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.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.