public static interface CreatePlaceIndexResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreatePlaceIndexResponse.Builder,CreatePlaceIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexResponse.Builder |
createTime(Instant createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreatePlaceIndexResponse.Builder |
indexArn(String indexArn)
The Amazon Resource Name (ARN) for the place index resource.
|
CreatePlaceIndexResponse.Builder |
indexName(String indexName)
The name for the place index resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePlaceIndexResponse.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.CreatePlaceIndexResponse.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
CreatePlaceIndexResponse.Builder indexName(String indexName)
The name for the place index resource.
indexName - The name for the place index resource.Copyright © 2023. All rights reserved.