public static interface FeatureGroupSummary.Builder extends SdkPojo, CopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
FeatureGroupSummary.Builder |
creationTime(Instant creationTime)
A timestamp indicating the time of creation time of the
FeatureGroup. |
FeatureGroupSummary.Builder |
featureGroupArn(String featureGroupArn)
Unique identifier for the
FeatureGroup. |
FeatureGroupSummary.Builder |
featureGroupName(String featureGroupName)
The name of
FeatureGroup. |
FeatureGroupSummary.Builder |
featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroupSummary.Builder |
featureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup.
|
default FeatureGroupSummary.Builder |
offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
FeatureGroupSummary.Builder |
offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureGroupSummary.Builder featureGroupName(String featureGroupName)
The name of FeatureGroup.
featureGroupName - The name of FeatureGroup.FeatureGroupSummary.Builder featureGroupArn(String featureGroupArn)
Unique identifier for the FeatureGroup.
featureGroupArn - Unique identifier for the FeatureGroup.FeatureGroupSummary.Builder creationTime(Instant creationTime)
A timestamp indicating the time of creation time of the FeatureGroup.
creationTime - A timestamp indicating the time of creation time of the FeatureGroup.FeatureGroupSummary.Builder featureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following: Creating,
Created, CreateFail, Deleting or DetailFail.
featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating,
Created, CreateFail, Deleting or DetailFail.FeatureGroupStatus,
FeatureGroupStatusFeatureGroupSummary.Builder featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following: Creating,
Created, CreateFail, Deleting or DetailFail.
featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating,
Created, CreateFail, Deleting or DetailFail.FeatureGroupStatus,
FeatureGroupStatusFeatureGroupSummary.Builder offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the OfflineStore has failed. Returns either:
Active or Blocked.
offlineStoreStatus - Notifies you if replicating data into the OfflineStore has failed. Returns either:
Active or Blocked.default FeatureGroupSummary.Builder offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
Notifies you if replicating data into the OfflineStore has failed. Returns either:
Active or Blocked.
OfflineStoreStatus.Builder avoiding the need to
create one manually via OfflineStoreStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to offlineStoreStatus(OfflineStoreStatus).offlineStoreStatus - a consumer that will call methods on OfflineStoreStatus.BuilderofflineStoreStatus(OfflineStoreStatus)Copyright © 2022. All rights reserved.