Interface FeatureGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>,SdkBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>,SdkPojo
- Enclosing class:
- FeatureGroupSummary
public static interface FeatureGroupSummary.Builder extends SdkPojo, CopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FeatureGroupSummary.BuildercreationTime(Instant creationTime)A timestamp indicating the time of creation time of theFeatureGroup.FeatureGroupSummary.BuilderfeatureGroupArn(String featureGroupArn)Unique identifier for theFeatureGroup.FeatureGroupSummary.BuilderfeatureGroupName(String featureGroupName)The name ofFeatureGroup.FeatureGroupSummary.BuilderfeatureGroupStatus(String featureGroupStatus)The status of a FeatureGroup.FeatureGroupSummary.BuilderfeatureGroupStatus(FeatureGroupStatus featureGroupStatus)The status of a FeatureGroup.default FeatureGroupSummary.BuilderofflineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)Notifies you if replicating data into theOfflineStorehas failed.FeatureGroupSummary.BuilderofflineStoreStatus(OfflineStoreStatus offlineStoreStatus)Notifies you if replicating data into theOfflineStorehas failed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
featureGroupName
FeatureGroupSummary.Builder featureGroupName(String featureGroupName)
The name of
FeatureGroup.- Parameters:
featureGroupName- The name ofFeatureGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroupArn
FeatureGroupSummary.Builder featureGroupArn(String featureGroupArn)
Unique identifier for the
FeatureGroup.- Parameters:
featureGroupArn- Unique identifier for theFeatureGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
FeatureGroupSummary.Builder creationTime(Instant creationTime)
A timestamp indicating the time of creation time of the
FeatureGroup.- Parameters:
creationTime- A timestamp indicating the time of creation time of theFeatureGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroupStatus
FeatureGroupSummary.Builder featureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following:
Creating,Created,CreateFail,DeletingorDetailFail.- Parameters:
featureGroupStatus- The status of a FeatureGroup. The status can be any of the following:Creating,Created,CreateFail,DeletingorDetailFail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupStatus,FeatureGroupStatus
-
featureGroupStatus
FeatureGroupSummary.Builder featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following:
Creating,Created,CreateFail,DeletingorDetailFail.- Parameters:
featureGroupStatus- The status of a FeatureGroup. The status can be any of the following:Creating,Created,CreateFail,DeletingorDetailFail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupStatus,FeatureGroupStatus
-
offlineStoreStatus
FeatureGroupSummary.Builder offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the
OfflineStorehas failed. Returns either:ActiveorBlocked.- Parameters:
offlineStoreStatus- Notifies you if replicating data into theOfflineStorehas failed. Returns either:ActiveorBlocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offlineStoreStatus
default FeatureGroupSummary.Builder offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
Notifies you if replicating data into the
This is a convenience method that creates an instance of theOfflineStorehas failed. Returns either:ActiveorBlocked.OfflineStoreStatus.Builderavoiding the need to create one manually viaOfflineStoreStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toofflineStoreStatus(OfflineStoreStatus).- Parameters:
offlineStoreStatus- a consumer that will call methods onOfflineStoreStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
offlineStoreStatus(OfflineStoreStatus)
-
-