Interface AttributeGroupAddAttributeAction

All Superinterfaces:
AttributeGroupUpdateAction, ResourceUpdateAction<AttributeGroupUpdateAction>

public interface AttributeGroupAddAttributeAction extends AttributeGroupUpdateAction
AttributeGroupAddAttributeAction
Example to create an instance using the builder pattern

     AttributeGroupAddAttributeAction attributeGroupAddAttributeAction = AttributeGroupAddAttributeAction.builder()
             .attribute(attributeBuilder -> attributeBuilder)
             .build()