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 Details

    • 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

      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

      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

      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.
      Deprecated. Always returns RequestBasedUsage.

      Always returns RequestBasedUsage.

      Parameters:
      pricingPlan - Always returns RequestBasedUsage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pricingPlan

      Deprecated.
      Deprecated. Always returns RequestBasedUsage.

      Always returns RequestBasedUsage.

      Parameters:
      pricingPlan - Always returns RequestBasedUsage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.