| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexConfigurationSummary.Builder |
IndexConfigurationSummary.builder() |
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.createdAt(Instant createdAt)
The Unix timestamp when the index was created.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.edition(IndexEdition edition)
Indicates whether the index is a enterprise edition index or a developer edition index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.edition(String edition)
Indicates whether the index is a enterprise edition index or a developer edition index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.id(String id)
A unique identifier for the index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.name(String name)
The name of the index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.status(IndexStatus status)
The current status of the index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.status(String status)
The current status of the index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.toBuilder() |
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.updatedAt(Instant updatedAt)
The Unix timestamp when the index was last updated by the
UpdateIndex operation. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexConfigurationSummary.Builder> |
IndexConfigurationSummary.serializableBuilderClass() |
Copyright © 2020. All rights reserved.