Class CfnRetriever.NativeIndexConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.CfnRetriever.NativeIndexConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRetriever.NativeIndexConfigurationProperty>
- Enclosing interface:
CfnRetriever.NativeIndexConfigurationProperty
@Stability(Stable)
public static final class CfnRetriever.NativeIndexConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRetriever.NativeIndexConfigurationProperty>
A builder for
CfnRetriever.NativeIndexConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRetriever.NativeIndexConfigurationProperty.getIndexId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
indexId
@Stability(Stable) public CfnRetriever.NativeIndexConfigurationProperty.Builder indexId(String indexId) Sets the value ofCfnRetriever.NativeIndexConfigurationProperty.getIndexId()- Parameters:
indexId- The identifier for the Amazon Q Business index. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRetriever.NativeIndexConfigurationProperty>- Returns:
- a new instance of
CfnRetriever.NativeIndexConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-