Interface CollectionIndexReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CollectionIndexReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-04T12:52:24.109Z")
@Stability(Stable)
public interface CollectionIndexReference
extends software.amazon.jsii.JsiiSerializable
A reference to a CollectionIndex 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.opensearchserverless.*;
CollectionIndexReference collectionIndexReference = CollectionIndexReference.builder()
.collectionIndexId("collectionIndexId")
.indexName("indexName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCollectionIndexReferencestatic final classAn implementation forCollectionIndexReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Id of the CollectionIndex resource.The IndexName of the CollectionIndex resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCollectionIndexId
The Id of the CollectionIndex resource. -
getIndexName
The IndexName of the CollectionIndex resource. -
builder
- Returns:
- a
CollectionIndexReference.BuilderofCollectionIndexReference
-