public static interface IndexConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<IndexConfigurationSummary.Builder,IndexConfigurationSummary>
| Modifier and Type | Method and Description |
|---|---|
IndexConfigurationSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the index was created.
|
IndexConfigurationSummary.Builder |
edition(IndexEdition edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
IndexConfigurationSummary.Builder |
edition(String edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
IndexConfigurationSummary.Builder |
id(String id)
A identifier for the index.
|
IndexConfigurationSummary.Builder |
name(String name)
The name of the index.
|
IndexConfigurationSummary.Builder |
status(IndexStatus status)
The current status of the index.
|
IndexConfigurationSummary.Builder |
status(String status)
The current status of the index.
|
IndexConfigurationSummary.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when the index was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIndexConfigurationSummary.Builder name(String name)
The name of the index.
name - The name of the index.IndexConfigurationSummary.Builder id(String id)
A identifier for the index. Use this to identify the index when you are using APIs such as Query, DescribeIndex, UpdateIndex, and DeleteIndex.
id - A identifier for the index. Use this to identify the index when you are using APIs such as
Query, DescribeIndex, UpdateIndex, and DeleteIndex
.IndexConfigurationSummary.Builder edition(String edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
edition - Indicates whether the index is a Enterprise Edition index or a Developer Edition index.IndexEdition,
IndexEditionIndexConfigurationSummary.Builder edition(IndexEdition edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
edition - Indicates whether the index is a Enterprise Edition index or a Developer Edition index.IndexEdition,
IndexEditionIndexConfigurationSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when the index was created.
createdAt - The Unix timestamp when the index was created.IndexConfigurationSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the index was last updated.
updatedAt - The Unix timestamp when the index was last updated.IndexConfigurationSummary.Builder status(String status)
The current status of the index. When the status is ACTIVE, the index is ready to search.
status - The current status of the index. When the status is ACTIVE, the index is ready to search.IndexStatus,
IndexStatusIndexConfigurationSummary.Builder status(IndexStatus status)
The current status of the index. When the status is ACTIVE, the index is ready to search.
status - The current status of the index. When the status is ACTIVE, the index is ready to search.IndexStatus,
IndexStatusCopyright © 2023. All rights reserved.