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