Interface UpdateRouteCalculatorResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateRouteCalculatorResponse.Builder,UpdateRouteCalculatorResponse>, LocationResponse.Builder, SdkBuilder<UpdateRouteCalculatorResponse.Builder,UpdateRouteCalculatorResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateRouteCalculatorResponse

public static interface UpdateRouteCalculatorResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateRouteCalculatorResponse.Builder,UpdateRouteCalculatorResponse>
  • Method Details

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