Interface AttributeGroupRemoveAttributeAction

All Superinterfaces:
AttributeGroupUpdateAction, ResourceUpdateAction<AttributeGroupUpdateAction>

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

     AttributeGroupRemoveAttributeAction attributeGroupRemoveAttributeAction = AttributeGroupRemoveAttributeAction.builder()
             .attribute(attributeBuilder -> attributeBuilder)
             .build()