Interface FlagValue.Builder

  • Method Details

    • enabled

      FlagValue.Builder enabled(Boolean enabled)

      Whether the feature flag is enabled for this treatment.

      Parameters:
      enabled - Whether the feature flag is enabled for this treatment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeValues

      FlagValue.Builder attributeValues(Map<String,AttributeValue> attributeValues)

      The attribute values associated with this flag value.

      Parameters:
      attributeValues - The attribute values associated with this flag value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.