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