Interface AttributeGroupAddAttributeAction

All Superinterfaces:
AttributeGroupUpdateAction, ResourceUpdateAction<AttributeGroupUpdateAction>
All Known Implementing Classes:
AttributeGroupAddAttributeActionImpl

AttributeGroupAddAttributeAction
Example to create an instance using the builder pattern

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