Interface CreateRouteCalculatorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateRouteCalculatorResponse.Builder,
,CreateRouteCalculatorResponse> LocationResponse.Builder
,SdkBuilder<CreateRouteCalculatorResponse.Builder,
,CreateRouteCalculatorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateRouteCalculatorResponse
@Mutable
@NotThreadSafe
public static interface CreateRouteCalculatorResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateRouteCalculatorResponse.Builder,CreateRouteCalculatorResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncalculatorArn
(String calculatorArn) The Amazon Resource Name (ARN) for the route calculator resource.calculatorName
(String calculatorName) The name of the route calculator resource.createTime
(Instant createTime) The timestamp when the route calculator resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
calculatorName
The name of the route calculator resource.
-
For example,
ExampleRouteCalculator
.
- Parameters:
calculatorName
- The name of the route calculator resource.-
For example,
ExampleRouteCalculator
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
calculatorArn
The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
- Parameters:
calculatorArn
- The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.-
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
createTime
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.-
For example,
2020–07-2T12:15:20.000Z+01:00
- Parameters:
createTime
- The timestamp when the route calculator resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ
.-
For example,
2020–07-2T12:15:20.000Z+01:00
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-