Interface UpdateRouteCalculatorResponse.Builder

    • Method Detail

      • calculatorName

        UpdateRouteCalculatorResponse.Builder calculatorName​(String calculatorName)

        The name of the updated route calculator resource.

        Parameters:
        calculatorName - The name of the updated route calculator resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • calculatorArn

        UpdateRouteCalculatorResponse.Builder calculatorArn​(String calculatorArn)

        The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.

        • Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator

        Parameters:
        calculatorArn - The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.

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

        UpdateRouteCalculatorResponse.Builder updateTime​(Instant updateTime)

        The timestamp for when the route calculator was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        Parameters:
        updateTime - The timestamp for when the route calculator was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.