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 |
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.
dataSource - The data provider of geospatial data.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 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 © 2021. All rights reserved.