static DescribeIndexResponse.Builder |
DescribeIndexResponse.builder() |
|
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.capacityUnits(CapacityUnitsConfiguration 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(String edition) |
The Amazon Kendra edition used for the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.edition(IndexEdition 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 KMS customer master key (CMK) that is used to encrypt your data.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration) |
The identifier of the KMS customer master key (CMK) that is used to encrypt your data.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.status(String status) |
The current status of the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.status(IndexStatus status) |
The current status of the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.toBuilder() |
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp 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 IAM Identity Center identity source for your users and groups.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration) |
Whether you have enabled IAM Identity Center identity source for your users and groups.
|
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.
|