public static interface DescribeIndexResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<DescribeIndexResponse.Builder,DescribeIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
createdAt(Instant createdAt)
The Unix timestamp when the index was created.
|
DescribeIndexResponse.Builder |
description(String description)
The description for the index.
|
DescribeIndexResponse.Builder |
documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration information for document metadata or fields.
|
DescribeIndexResponse.Builder |
documentMetadataConfigurations(Consumer<DocumentMetadataConfiguration.Builder>... documentMetadataConfigurations)
Configuration information for document metadata or fields.
|
DescribeIndexResponse.Builder |
documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration information for document metadata or fields.
|
DescribeIndexResponse.Builder |
edition(IndexEdition edition)
The Amazon Kendra edition used for the index.
|
DescribeIndexResponse.Builder |
edition(String edition)
The Amazon Kendra edition used for the index.
|
DescribeIndexResponse.Builder |
errorMessage(String errorMessage)
When the
Status field value is FAILED, the ErrorMessage field contains
a message that explains why. |
DescribeIndexResponse.Builder |
id(String id)
The identifier of the index.
|
default 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 |
indexStatistics(IndexStatistics indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
DescribeIndexResponse.Builder |
name(String name)
The name of the index.
|
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 |
serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data.
|
DescribeIndexResponse.Builder |
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data.
|
DescribeIndexResponse.Builder |
status(IndexStatus status)
The current status of the index.
|
DescribeIndexResponse.Builder |
status(String status)
The current status of the index.
|
DescribeIndexResponse.Builder |
updatedAt(Instant updatedAt)
The Unix when the index was last updated.
|
DescribeIndexResponse.Builder |
userContextPolicy(String userContextPolicy)
The user context policy for the Amazon Kendra index.
|
DescribeIndexResponse.Builder |
userContextPolicy(UserContextPolicy userContextPolicy)
The user context policy for the Amazon Kendra index.
|
default 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 |
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 |
userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
DescribeIndexResponse.Builder |
userTokenConfigurations(Consumer<UserTokenConfiguration.Builder>... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
DescribeIndexResponse.Builder |
userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIndexResponse.Builder name(String name)
The name of the index.
name - The name of the index.DescribeIndexResponse.Builder id(String id)
The identifier of the index.
id - The identifier of the index.DescribeIndexResponse.Builder edition(String edition)
The Amazon Kendra edition used for the index. You decide the edition when you create the index.
edition - The Amazon Kendra edition used for the index. You decide the edition when you create the index.IndexEdition,
IndexEditionDescribeIndexResponse.Builder edition(IndexEdition edition)
The Amazon Kendra edition used for the index. You decide the edition when you create the index.
edition - The Amazon Kendra edition used for the index. You decide the edition when you create the index.IndexEdition,
IndexEditionDescribeIndexResponse.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.
roleArn - The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your
Amazon Cloudwatch logs.DescribeIndexResponse.Builder serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
serverSideEncryptionConfiguration - The identifier of the KMScustomer master key (CMK) that is used to encrypt your data. Amazon Kendra
doesn't support asymmetric CMKs.default DescribeIndexResponse.Builder serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the KMScustomer master key (CMK) that is used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
This is a convenience method that creates an instance of theServerSideEncryptionConfiguration.Builder avoiding the need to create one manually via
ServerSideEncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration).
serverSideEncryptionConfiguration - a consumer that will call methods on ServerSideEncryptionConfiguration.BuilderserverSideEncryptionConfiguration(ServerSideEncryptionConfiguration)DescribeIndexResponse.Builder status(String status)
The current status of the index. When the value is ACTIVE, the index is ready for use. If the
Status field value is FAILED, the ErrorMessage field contains a
message that explains why.
status - The current status of the index. When the value is ACTIVE, the index is ready for use. If
the Status field value is FAILED, the ErrorMessage field
contains a message that explains why.IndexStatus,
IndexStatusDescribeIndexResponse.Builder status(IndexStatus status)
The current status of the index. When the value is ACTIVE, the index is ready for use. If the
Status field value is FAILED, the ErrorMessage field contains a
message that explains why.
status - The current status of the index. When the value is ACTIVE, the index is ready for use. If
the Status field value is FAILED, the ErrorMessage field
contains a message that explains why.IndexStatus,
IndexStatusDescribeIndexResponse.Builder description(String description)
The description for the index.
description - The description for the index.DescribeIndexResponse.Builder createdAt(Instant createdAt)
The Unix timestamp when the index was created.
createdAt - The Unix timestamp when the index was created.DescribeIndexResponse.Builder updatedAt(Instant updatedAt)
The Unix when the index was last updated.
updatedAt - The Unix when the index was last updated.DescribeIndexResponse.Builder documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration information for document metadata or fields. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.
documentMetadataConfigurations - Configuration information for document metadata or fields. Document metadata are fields or attributes
associated with your documents. For example, the company department name associated with each
document.DescribeIndexResponse.Builder documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration information for document metadata or fields. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.
documentMetadataConfigurations - Configuration information for document metadata or fields. Document metadata are fields or attributes
associated with your documents. For example, the company department name associated with each
document.DescribeIndexResponse.Builder documentMetadataConfigurations(Consumer<DocumentMetadataConfiguration.Builder>... documentMetadataConfigurations)
Configuration information for document metadata or fields. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.
This is a convenience method that creates an instance of theDocumentMetadataConfiguration.Builder avoiding the need
to create one manually via
DocumentMetadataConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #documentMetadataConfigurations(List.
documentMetadataConfigurations - a consumer that will call methods on
DocumentMetadataConfiguration.Builder#documentMetadataConfigurations(java.util.Collection) DescribeIndexResponse.Builder indexStatistics(IndexStatistics indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
indexStatistics - Provides information about the number of FAQ questions and answers and the number of text documents
indexed.default DescribeIndexResponse.Builder indexStatistics(Consumer<IndexStatistics.Builder> indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
This is a convenience method that creates an instance of theIndexStatistics.Builder avoiding the
need to create one manually via IndexStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to indexStatistics(IndexStatistics).
indexStatistics - a consumer that will call methods on IndexStatistics.BuilderindexStatistics(IndexStatistics)DescribeIndexResponse.Builder errorMessage(String errorMessage)
When the Status field value is FAILED, the ErrorMessage field contains
a message that explains why.
errorMessage - When the Status field value is FAILED, the ErrorMessage field
contains a message that explains why.DescribeIndexResponse.Builder capacityUnits(CapacityUnitsConfiguration capacityUnits)
For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application. This contains the capacity units used for the index. A query or document storage capacity of zero indicates that the index is using the default capacity. For more information on the default capacity for an index and adjusting this, see Adjusting capacity.
capacityUnits - For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your
application. This contains the capacity units used for the index. A query or document storage capacity
of zero indicates that the index is using the default capacity. For more information on the default
capacity for an index and adjusting this, see Adjusting capacity.default 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. This contains the capacity units used for the index. A query or document storage capacity of zero indicates that the index is using the default capacity. For more information on the default capacity for an index and adjusting this, see Adjusting capacity.
This is a convenience method that creates an instance of theCapacityUnitsConfiguration.Builder
avoiding the need to create one manually via CapacityUnitsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to capacityUnits(CapacityUnitsConfiguration).
capacityUnits - a consumer that will call methods on CapacityUnitsConfiguration.BuildercapacityUnits(CapacityUnitsConfiguration)DescribeIndexResponse.Builder userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
userTokenConfigurations - The user token configuration for the Amazon Kendra index.DescribeIndexResponse.Builder userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
userTokenConfigurations - The user token configuration for the Amazon Kendra index.DescribeIndexResponse.Builder userTokenConfigurations(Consumer<UserTokenConfiguration.Builder>... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
This is a convenience method that creates an instance of theUserTokenConfiguration.Builder avoiding the need to
create one manually via UserTokenConfiguration.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #userTokenConfigurations(List.
userTokenConfigurations - a consumer that will call methods on
UserTokenConfiguration.Builder#userTokenConfigurations(java.util.Collection) DescribeIndexResponse.Builder userContextPolicy(String userContextPolicy)
The user context policy for the Amazon Kendra index.
userContextPolicy - The user context policy for the Amazon Kendra index.UserContextPolicy,
UserContextPolicyDescribeIndexResponse.Builder userContextPolicy(UserContextPolicy userContextPolicy)
The user context policy for the Amazon Kendra index.
userContextPolicy - The user context policy for the Amazon Kendra index.UserContextPolicy,
UserContextPolicyDescribeIndexResponse.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.
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.default 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.
This is a convenience method that creates an instance of theUserGroupResolutionConfiguration.Builder
avoiding the need to create one manually via UserGroupResolutionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
userGroupResolutionConfiguration(UserGroupResolutionConfiguration).
userGroupResolutionConfiguration - a consumer that will call methods on UserGroupResolutionConfiguration.BuilderuserGroupResolutionConfiguration(UserGroupResolutionConfiguration)Copyright © 2023. All rights reserved.