@Generated(value="software.amazon.awssdk:codegen") public final class IndexConfigurationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexConfigurationSummary.Builder,IndexConfigurationSummary>
Summary information on the configuration of an index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IndexConfigurationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IndexConfigurationSummary.Builder |
builder() |
Instant |
createdAt()
The Unix timestamp when the index was created.
|
IndexEdition |
edition()
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
String |
editionAsString()
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
A identifier for the index.
|
String |
name()
The name of the index.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IndexConfigurationSummary.Builder> |
serializableBuilderClass() |
IndexStatus |
status()
The current status of the index.
|
String |
statusAsString()
The current status of the index.
|
IndexConfigurationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix timestamp when the index was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the index.
public final 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.
Query, DescribeIndex, UpdateIndex, and DeleteIndex.public final IndexEdition edition()
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
If the service returns an enum value that is not available in the current SDK version, edition will
return IndexEdition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
editionAsString().
IndexEditionpublic final String editionAsString()
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
If the service returns an enum value that is not available in the current SDK version, edition will
return IndexEdition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
editionAsString().
IndexEditionpublic final Instant createdAt()
The Unix timestamp when the index was created.
public final Instant updatedAt()
The Unix timestamp when the index was last updated.
public final IndexStatus status()
The current status of the index. When the status is ACTIVE, the index is ready to search.
If the service returns an enum value that is not available in the current SDK version, status will
return IndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE, the index is ready to search.IndexStatuspublic final String statusAsString()
The current status of the index. When the status is ACTIVE, the index is ready to search.
If the service returns an enum value that is not available in the current SDK version, status will
return IndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE, the index is ready to search.IndexStatuspublic IndexConfigurationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IndexConfigurationSummary.Builder,IndexConfigurationSummary>public static IndexConfigurationSummary.Builder builder()
public static Class<? extends IndexConfigurationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.