Interface FeatureDetail.Builder

  • Method Details

    • featureStatus

      FeatureDetail.Builder featureStatus(String featureStatus)

      The current enablement status of the feature. Valid values: ENABLED | DISABLED.

      Parameters:
      featureStatus - The current enablement status of the feature. Valid values: ENABLED | DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • featureStatus

      FeatureDetail.Builder featureStatus(FeatureStatus featureStatus)

      The current enablement status of the feature. Valid values: ENABLED | DISABLED.

      Parameters:
      featureStatus - The current enablement status of the feature. Valid values: ENABLED | DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      FeatureDetail.Builder updatedAt(Instant updatedAt)

      The date and time when the feature status was last updated.

      Parameters:
      updatedAt - The date and time when the feature status was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.