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)
The pricing plan selected for the specified place index resource.
|
DescribePlaceIndexResponse.Builder |
pricingPlan(String pricingPlan)
The pricing plan selected for the specified place index resource.
|
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. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see Amazon Location Service data providers.
dataSource - The data provider of geospatial data. Indicates one of the available providers:
Esri
Here
For additional details on 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 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.DescribePlaceIndexResponse.Builder pricingPlan(String pricingPlan)
The pricing plan selected 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 selected for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanDescribePlaceIndexResponse.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan selected 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 selected for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
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 © 2021. All rights reserved.