Interface PolicyAttribute.Builder

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

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

    • attributeName

      PolicyAttribute.Builder attributeName(String attributeName)

      The name of the attribute.

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

      PolicyAttribute.Builder attributeValue(String attributeValue)

      The value of the attribute.

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