Interface RouteCalculatorReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RouteCalculatorReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:09.260Z")
@Stability(Stable)
public interface RouteCalculatorReference
extends software.amazon.jsii.JsiiSerializable
A reference to a RouteCalculator resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.location.*;
RouteCalculatorReference routeCalculatorReference = RouteCalculatorReference.builder()
.calculatorName("calculatorName")
.routeCalculatorArn("routeCalculatorArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRouteCalculatorReferencestatic final classAn implementation forRouteCalculatorReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The CalculatorName of the RouteCalculator resource.The ARN of the RouteCalculator resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCalculatorName
The CalculatorName of the RouteCalculator resource. -
getRouteCalculatorArn
The ARN of the RouteCalculator resource. -
builder
- Returns:
- a
RouteCalculatorReference.BuilderofRouteCalculatorReference
-