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 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.CreatePlaceIndexResponse.Builder indexName(String indexName)
The name for the Place index resource.
indexName - The name for the Place index resource.Copyright © 2021. All rights reserved.