Interface AttributeCondition.Builder

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

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

    • name

      The name of predefined attribute.

      Parameters:
      name - The name of predefined attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of predefined attribute.

      Parameters:
      value - The value of predefined attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • proficiencyLevel

      AttributeCondition.Builder proficiencyLevel(Float proficiencyLevel)

      The proficiency level of the condition.

      Parameters:
      proficiencyLevel - The proficiency level of the condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparisonOperator

      AttributeCondition.Builder comparisonOperator(String comparisonOperator)

      The operator of the condition.

      Parameters:
      comparisonOperator - The operator of the condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.