Interface KendraKnowledgeBaseConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KendraKnowledgeBaseConfiguration.Builder,KendraKnowledgeBaseConfiguration>,SdkBuilder<KendraKnowledgeBaseConfiguration.Builder,KendraKnowledgeBaseConfiguration>,SdkPojo
- Enclosing class:
- KendraKnowledgeBaseConfiguration
@Mutable @NotThreadSafe public static interface KendraKnowledgeBaseConfiguration.Builder extends SdkPojo, CopyableBuilder<KendraKnowledgeBaseConfiguration.Builder,KendraKnowledgeBaseConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KendraKnowledgeBaseConfiguration.BuilderkendraIndexArn(String kendraIndexArn)The ARN of the Amazon Kendra index.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
kendraIndexArn
KendraKnowledgeBaseConfiguration.Builder kendraIndexArn(String kendraIndexArn)
The ARN of the Amazon Kendra index.
- Parameters:
kendraIndexArn- The ARN of the Amazon Kendra index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-