public static interface UpdateMapResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateMapResponse.Builder,UpdateMapResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateMapResponse.Builder |
mapArn(String mapArn)
The Amazon Resource Name (ARN) of the updated map resource.
|
UpdateMapResponse.Builder |
mapName(String mapName)
The name of the updated map resource.
|
UpdateMapResponse.Builder |
updateTime(Instant updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMapResponse.Builder mapArn(String mapArn)
The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
mapArn - The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
UpdateMapResponse.Builder mapName(String mapName)
The name of the updated map resource.
mapName - The name of the updated map resource.UpdateMapResponse.Builder updateTime(Instant updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2023. All rights reserved.