| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeIndexResponse.Builder |
DescribeIndexResponse.builder() |
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.capacityUnits(CapacityUnitsConfiguration capacityUnits)
For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your
application.
|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your
application.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.createdAt(Instant createdAt)
The Unix timestamp when the index was created.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.description(String description)
The description for the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration information for document metadata or fields.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.documentMetadataConfigurations(Consumer<DocumentMetadataConfiguration.Builder>... documentMetadataConfigurations)
Configuration information for document metadata or fields.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration information for document metadata or fields.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.edition(IndexEdition edition)
The Amazon Kendra edition used for the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.edition(String edition)
The Amazon Kendra edition used for the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.errorMessage(String errorMessage)
When the
Status field value is FAILED, the ErrorMessage field contains
a message that explains why. |
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.id(String id)
The identifier of the index.
|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.indexStatistics(Consumer<IndexStatistics.Builder> indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.indexStatistics(IndexStatistics indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.name(String name)
The name of the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon
Cloudwatch logs.
|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.status(IndexStatus status)
The current status of the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.status(String status)
The current status of the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.toBuilder() |
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.updatedAt(Instant updatedAt)
The Unix when the index was last updated.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userContextPolicy(String userContextPolicy)
The user context policy for the Amazon Kendra index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userContextPolicy(UserContextPolicy userContextPolicy)
The user context policy for the Amazon Kendra index.
|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userGroupResolutionConfiguration(Consumer<UserGroupResolutionConfiguration.Builder> userGroupResolutionConfiguration)
Whether you have enabled the configuration for fetching access levels of groups and users from an IAM
Identity Center (successor to Single Sign-On) identity source.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Whether you have enabled the configuration for fetching access levels of groups and users from an IAM
Identity Center (successor to Single Sign-On) identity source.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userTokenConfigurations(Consumer<UserTokenConfiguration.Builder>... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeIndexResponse.Builder> |
DescribeIndexResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.