@Generated(value="software.amazon.awssdk:codegen") public final class FeatureGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
The name, Arn, CreationTime
, FeatureGroup
values, LastUpdatedTime
and
EnableOnlineStorage
status of a FeatureGroup
.
Modifier and Type | Class and Description |
---|---|
static interface |
FeatureGroupSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static FeatureGroupSummary.Builder |
builder() |
Instant |
creationTime()
A timestamp indicating the time of creation time of the
FeatureGroup . |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureGroupArn()
Unique identifier for the
FeatureGroup . |
String |
featureGroupName()
The name of
FeatureGroup . |
FeatureGroupStatus |
featureGroupStatus()
The status of a FeatureGroup.
|
String |
featureGroupStatusAsString()
The status of a FeatureGroup.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OfflineStoreStatus |
offlineStoreStatus()
Notifies you if replicating data into the
OfflineStore has failed. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FeatureGroupSummary.Builder> |
serializableBuilderClass() |
FeatureGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String featureGroupName()
The name of FeatureGroup
.
FeatureGroup
.public final String featureGroupArn()
Unique identifier for the FeatureGroup
.
FeatureGroup
.public final Instant creationTime()
A timestamp indicating the time of creation time of the FeatureGroup
.
FeatureGroup
.public final FeatureGroupStatus featureGroupStatus()
The status of a FeatureGroup. The status can be any of the following: Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatus
will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from featureGroupStatusAsString()
.
Creating
,
Created
, CreateFail
, Deleting
or DetailFail
.FeatureGroupStatus
public final String featureGroupStatusAsString()
The status of a FeatureGroup. The status can be any of the following: Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatus
will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from featureGroupStatusAsString()
.
Creating
,
Created
, CreateFail
, Deleting
or DetailFail
.FeatureGroupStatus
public final OfflineStoreStatus offlineStoreStatus()
Notifies you if replicating data into the OfflineStore
has failed. Returns either:
Active
or Blocked
.
OfflineStore
has failed. Returns either:
Active
or Blocked
.public FeatureGroupSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
public static FeatureGroupSummary.Builder builder()
public static Class<? extends FeatureGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.