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
Modifier and TypeMethodDescriptionkendraIndexArn
(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 Details
-
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.
-