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