Interface FeatureParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FeatureParameter.Builder,FeatureParameter>, SdkBuilder<FeatureParameter.Builder,FeatureParameter>, SdkPojo
Enclosing class:
FeatureParameter

public static interface FeatureParameter.Builder extends SdkPojo, CopyableBuilder<FeatureParameter.Builder,FeatureParameter>
  • Method Details

    • key

      A key that must contain a value to describe the feature.

      Parameters:
      key - A key that must contain a value to describe the feature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value that belongs to a key.

      Parameters:
      value - The value that belongs to a key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.