| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.builder() |
ListPlaceIndexesResponseEntry.Builder |
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 |
ListPlaceIndexesResponseEntry.Builder.dataSource(String dataSource)
The data provider of geospatial data.
|
ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.Builder.description(String description)
The optional description for the place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.Builder.indexName(String indexName)
The name of the place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.Builder.pricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
|
ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.toBuilder() |
ListPlaceIndexesResponseEntry.Builder |
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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPlaceIndexesResponseEntry.Builder> |
ListPlaceIndexesResponseEntry.serializableBuilderClass() |
Copyright © 2021. All rights reserved.