Interface AttributeValueTarget.Builder

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

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

    • attributeValue

      AttributeValueTarget.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.