Interface CreateRouteCalculatorResponse.Builder

    • Method Detail

      • calculatorName

        CreateRouteCalculatorResponse.Builder calculatorName​(String 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

        CreateRouteCalculatorResponse.Builder calculatorArn​(String 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

        CreateRouteCalculatorResponse.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.