public static interface DescribePlaceIndexResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribePlaceIndexResponse.Builder,DescribePlaceIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePlaceIndexResponse.Builder |
createTime(Instant createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribePlaceIndexResponse.Builder |
dataSource(String dataSource)
The data provider of geospatial data.
|
default DescribePlaceIndexResponse.Builder |
dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)
The specified data storage option for requesting Places.
|
DescribePlaceIndexResponse.Builder |
dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
The specified data storage option for requesting Places.
|
DescribePlaceIndexResponse.Builder |
description(String description)
The optional description for the place index resource.
|
DescribePlaceIndexResponse.Builder |
indexArn(String indexArn)
The Amazon Resource Name (ARN) for the place index resource.
|
DescribePlaceIndexResponse.Builder |
indexName(String indexName)
The name of the place index resource being described.
|
DescribePlaceIndexResponse.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribePlaceIndexResponse.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribePlaceIndexResponse.Builder |
tags(Map<String,String> tags)
Tags associated with place index resource.
|
DescribePlaceIndexResponse.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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePlaceIndexResponse.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.DescribePlaceIndexResponse.Builder dataSource(String dataSource)
The data provider of geospatial data. Values can be one of the following:
Esri
Grab
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
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
DescribePlaceIndexResponse.Builder dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
The specified data storage option for requesting Places.
dataSourceConfiguration - The specified data storage option for requesting Places.default DescribePlaceIndexResponse.Builder dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)
The specified data storage option for requesting Places.
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)DescribePlaceIndexResponse.Builder description(String description)
The optional description for the place index resource.
description - The optional description for the place index resource.DescribePlaceIndexResponse.Builder indexArn(String indexArn)
The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
indexArn - The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
DescribePlaceIndexResponse.Builder indexName(String indexName)
The name of the place index resource being described.
indexName - The name of the place index resource being described.@Deprecated DescribePlaceIndexResponse.Builder pricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribePlaceIndexResponse.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlanDescribePlaceIndexResponse.Builder tags(Map<String,String> tags)
Tags associated with place index resource.
tags - Tags associated with place index resource.DescribePlaceIndexResponse.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 © 2023. All rights reserved.