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