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 |
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.
dataSource - The data provider of geospatial data.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 when you need to specify a resource across all AWS.
indexArn - The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource
across all AWS.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 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.