Interface PlaceIndexReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PlaceIndexReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:17.049Z")
@Stability(Stable)
public interface PlaceIndexReference
extends software.amazon.jsii.JsiiSerializable
A reference to a PlaceIndex 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.interfaces.location.*;
PlaceIndexReference placeIndexReference = PlaceIndexReference.builder()
.indexName("indexName")
.placeIndexArn("placeIndexArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPlaceIndexReferencestatic final classAn implementation forPlaceIndexReference -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaceIndexReference.Builderbuilder()The IndexName of the PlaceIndex resource.The ARN of the PlaceIndex resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIndexName
The IndexName of the PlaceIndex resource. -
getPlaceIndexArn
The ARN of the PlaceIndex resource. -
builder
- Returns:
- a
PlaceIndexReference.BuilderofPlaceIndexReference
-