Interface AttributeValue


public interface AttributeValue
AttributeValue
Example to create an instance using the builder pattern

     AttributeValue attributeValue = AttributeValue.builder()
             .name("{name}")
             .build()