public static interface UpdatePlaceIndexResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdatePlaceIndexResponse.Builder,UpdatePlaceIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePlaceIndexResponse.Builder |
indexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource.
|
UpdatePlaceIndexResponse.Builder |
indexName(String indexName)
The name of the updated place index resource.
|
UpdatePlaceIndexResponse.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, buildUpdatePlaceIndexResponse.Builder indexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated 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) of the upated place index resource. Used to specify a resource across
AWS.
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
UpdatePlaceIndexResponse.Builder indexName(String indexName)
The name of the updated place index resource.
indexName - The name of the updated place index resource.UpdatePlaceIndexResponse.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.