Interface DescribeRouteCalculatorResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRouteCalculatorResponse.Builder,DescribeRouteCalculatorResponse>,LocationResponse.Builder,SdkBuilder<DescribeRouteCalculatorResponse.Builder,DescribeRouteCalculatorResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRouteCalculatorResponse
public static interface DescribeRouteCalculatorResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeRouteCalculatorResponse.Builder,DescribeRouteCalculatorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DescribeRouteCalculatorResponse.BuildercalculatorArn(String calculatorArn)The Amazon Resource Name (ARN) for the Route calculator resource.DescribeRouteCalculatorResponse.BuildercalculatorName(String calculatorName)The name of the route calculator resource being described.DescribeRouteCalculatorResponse.BuildercreateTime(Instant createTime)The timestamp when the route calculator resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.DescribeRouteCalculatorResponse.BuilderdataSource(String dataSource)The data provider of traffic and road network data.DescribeRouteCalculatorResponse.Builderdescription(String description)The optional description of the route calculator resource.DescribeRouteCalculatorResponse.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.DescribeRouteCalculatorResponse.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeRouteCalculatorResponse.Buildertags(Map<String,String> tags)Tags associated with route calculator resource.DescribeRouteCalculatorResponse.BuilderupdateTime(Instant updateTime)The timestamp when the route calculator resource was last updated 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
calculatorArn
DescribeRouteCalculatorResponse.Builder calculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across 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 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.
-
-
calculatorName
DescribeRouteCalculatorResponse.Builder calculatorName(String calculatorName)
The name of the route calculator resource being described.
- Parameters:
calculatorName- The name of the route calculator resource being described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
DescribeRouteCalculatorResponse.Builder createTime(Instant 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.
-
-
dataSource
DescribeRouteCalculatorResponse.Builder dataSource(String dataSource)
The data provider of traffic and road network data. Indicates one of the available providers:
-
Esri -
Grab -
Here
For more information about data providers, see Amazon Location Service data providers.
- Parameters:
dataSource- The data provider of traffic and road network data. Indicates one of the available providers:-
Esri -
Grab -
Here
For more information about data providers, see Amazon Location Service data providers.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
description
DescribeRouteCalculatorResponse.Builder description(String description)
The optional description of the route calculator resource.
- Parameters:
description- The optional description of the route calculator resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated DescribeRouteCalculatorResponse.Builder pricingPlan(String pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.Always returns
RequestBasedUsage.- Parameters:
pricingPlan- Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlan
@Deprecated DescribeRouteCalculatorResponse.Builder pricingPlan(PricingPlan pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.Always returns
RequestBasedUsage.- Parameters:
pricingPlan- Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
tags
DescribeRouteCalculatorResponse.Builder tags(Map<String,String> tags)
Tags associated with route calculator resource.
- Parameters:
tags- Tags associated with route calculator resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
DescribeRouteCalculatorResponse.Builder updateTime(Instant updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.-
For example,
2020–07-2T12:15:20.000Z+01:00
- Parameters:
updateTime- The timestamp when the route calculator resource was last updated 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.
-
-
-