@Generated(value="software.amazon.awssdk:codegen") public final class IndexConfigurationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexConfigurationSummary.Builder,IndexConfigurationSummary>
A summary of information about 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 unique 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 by the
UpdateIndex operation. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the index.
public 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.
Query, DescribeIndex, UpdateIndex, and DeleteIndex.public 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 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 Instant createdAt()
The Unix timestamp when the index was created.
public Instant updatedAt()
The Unix timestamp when the index was last updated by the UpdateIndex operation.
UpdateIndex operation.public 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.