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 edtion 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 edtion indexes, you can choose to use additional capacity to meet the needs of your
application.
|
DescribeIndexResponse.Builder |
createdAt(Instant createdAt)
The Unix datetime that the index was created.
|
DescribeIndexResponse.Builder |
description(String description)
The description of the index.
|
DescribeIndexResponse.Builder |
documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
DescribeIndexResponse.Builder |
documentMetadataConfigurations(Consumer<DocumentMetadataConfiguration.Builder>... documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
DescribeIndexResponse.Builder |
documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
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 th e
Status field value is FAILED, the ErrorMessage field contains
a message that explains why. |
DescribeIndexResponse.Builder |
id(String id)
the name 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 AWS KMS customer master key (CMK) used to encrypt your data.
|
DescribeIndexResponse.Builder |
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer master key (CMK) 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 datetime that the index was last updated.
|
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 name of the index.
id - the name 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 AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
serverSideEncryptionConfiguration - The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra
doesn't support asymmetric CMKs.default DescribeIndexResponse.Builder serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
This is a convenience 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 of the index.
description - The description of the index.DescribeIndexResponse.Builder createdAt(Instant createdAt)
The Unix datetime that the index was created.
createdAt - The Unix datetime that the index was created.DescribeIndexResponse.Builder updatedAt(Instant updatedAt)
The Unix datetime that the index was last updated.
updatedAt - The Unix datetime that the index was last updated.DescribeIndexResponse.Builder documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
documentMetadataConfigurations - Configuration settings for any metadata applied to the documents in the index.DescribeIndexResponse.Builder documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
documentMetadataConfigurations - Configuration settings for any metadata applied to the documents in the index.DescribeIndexResponse.Builder documentMetadataConfigurations(Consumer<DocumentMetadataConfiguration.Builder>... documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #documentMetadataConfigurations(List) .documentMetadataConfigurations - a consumer that will call methods on List.Builder #documentMetadataConfigurations(List) 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 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 th eStatus field value is FAILED, the ErrorMessage field contains
a message that explains why.
errorMessage - When th eStatus field value is FAILED, the ErrorMessage field
contains a message that explains why.DescribeIndexResponse.Builder capacityUnits(CapacityUnitsConfiguration capacityUnits)
For enterprise edtion 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 0 for the query capacity or the storage capacity indicates that the index is using the default capacity for the index.
capacityUnits - For enterprise edtion 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 0 for the query capacity or the
storage capacity indicates that the index is using the default capacity for the index.default DescribeIndexResponse.Builder capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
For enterprise edtion 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 0 for the query capacity or the storage capacity indicates that the index is using the default capacity for the index.
This is a convenience 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)Copyright © 2020. All rights reserved.