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 unique 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 by the
UpdateIndex operation. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
IndexConfigurationSummary.Builder name(String name)
The name of the index.
name
- The name of the index.IndexConfigurationSummary.Builder id(String id)
A unique identifier for the index. Use this to identify the index when you are using operations such as
Query
, DescribeIndex
, UpdateIndex
, and DeleteIndex
.
id
- A unique identifier for the index. Use this to identify the index when you are using operations 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
,
IndexEdition
IndexConfigurationSummary.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
,
IndexEdition
IndexConfigurationSummary.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 by the UpdateIndex
operation.
updatedAt
- The Unix timestamp when the index was last updated by the UpdateIndex
operation.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
,
IndexStatus
IndexConfigurationSummary.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
,
IndexStatus
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.