Interface FeatureGroupSummary.Builder

    • Method Detail

      • featureGroupName

        FeatureGroupSummary.Builder featureGroupName​(String featureGroupName)

        The name of FeatureGroup.

        Parameters:
        featureGroupName - The name of FeatureGroup.
        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 the FeatureGroup.
        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 the FeatureGroup.
        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, Deleting or DetailFail.

        Parameters:
        featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.
        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, Deleting or DetailFail.

        Parameters:
        featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.
        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 OfflineStore has failed. Returns either: Active or Blocked.

        Parameters:
        offlineStoreStatus - Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.