Interface DescribeRouteCalculatorResponse.Builder

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