Interface KendraIndexConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KendraIndexConfiguration.Builder,KendraIndexConfiguration>,SdkBuilder<KendraIndexConfiguration.Builder,KendraIndexConfiguration>,SdkPojo
- Enclosing class:
- KendraIndexConfiguration
public static interface KendraIndexConfiguration.Builder extends SdkPojo, CopyableBuilder<KendraIndexConfiguration.Builder,KendraIndexConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KendraIndexConfiguration.BuilderindexId(String indexId)The identifier 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, sdkFields
-
-
-
-
Method Detail
-
indexId
KendraIndexConfiguration.Builder indexId(String indexId)
The identifier of the Amazon Kendra index.
- Parameters:
indexId- The identifier of the Amazon Kendra index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-