Interface CfnRetriever.NativeIndexConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRetriever.NativeIndexConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRetriever
@Stability(Stable)
public static interface CfnRetriever.NativeIndexConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration information for an Amazon Q Business index.
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.qbusiness.*;
NativeIndexConfigurationProperty nativeIndexConfigurationProperty = NativeIndexConfigurationProperty.builder()
.indexId("indexId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRetriever.NativeIndexConfigurationPropertystatic final classAn implementation forCfnRetriever.NativeIndexConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIndexId
The identifier for the Amazon Q Business index.- See Also:
-
builder
-