Interface AttributeGroupRemoveAttributeAction

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

AttributeGroupRemoveAttributeAction
Example to create an instance using the builder pattern

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