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