GetIndexResponse.Builder |
GetIndexResponse.Builder.applicationId(String applicationId) |
The identifier of the Amazon Q Business application associated with the index.
|
static GetIndexResponse.Builder |
GetIndexResponse.builder() |
|
default GetIndexResponse.Builder |
GetIndexResponse.Builder.capacityConfiguration(Consumer<IndexCapacityConfiguration.Builder> capacityConfiguration) |
The storage capacity units chosen for your Amazon Q Business index.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.capacityConfiguration(IndexCapacityConfiguration capacityConfiguration) |
The storage capacity units chosen for your Amazon Q Business index.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.createdAt(Instant createdAt) |
The Unix timestamp when the Amazon Q Business index was created.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.description(String description) |
The description for the Amazon Q Business index.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.displayName(String displayName) |
The name of the Amazon Q Business index.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.documentAttributeConfigurations(Collection<DocumentAttributeConfiguration> documentAttributeConfigurations) |
Configuration information for document attributes or metadata.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.documentAttributeConfigurations(Consumer<DocumentAttributeConfiguration.Builder>... documentAttributeConfigurations) |
Configuration information for document attributes or metadata.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.documentAttributeConfigurations(DocumentAttributeConfiguration... documentAttributeConfigurations) |
Configuration information for document attributes or metadata.
|
default GetIndexResponse.Builder |
GetIndexResponse.Builder.error(Consumer<ErrorDetail.Builder> error) |
When the Status field value is FAILED, the ErrorMessage field contains
a message that explains why.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.error(ErrorDetail error) |
When the Status field value is FAILED, the ErrorMessage field contains
a message that explains why.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.indexArn(String indexArn) |
The Amazon Resource Name (ARN) of the Amazon Q Business index.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.indexId(String indexId) |
The identifier of the Amazon Q Business index.
|
default GetIndexResponse.Builder |
GetIndexResponse.Builder.indexStatistics(Consumer<IndexStatistics.Builder> indexStatistics) |
Provides information about the number of documents indexed.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.indexStatistics(IndexStatistics indexStatistics) |
Provides information about the number of documents indexed.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.status(String status) |
The current status of the index.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.status(IndexStatus status) |
The current status of the index.
|
GetIndexResponse.Builder |
GetIndexResponse.toBuilder() |
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.type(String type) |
The type of index attached to your Amazon Q Business application.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.type(IndexType type) |
The type of index attached to your Amazon Q Business application.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp when the Amazon Q Business index was last updated.
|