Interface AttributeGroupResourceIdentifier

All Superinterfaces:
Identifiable<AttributeGroup>, ResourceIdentifier, WithKey
All Known Implementing Classes:
AttributeGroupResourceIdentifierImpl

ResourceIdentifier to an AttributeGroup.


Example to create an instance using the builder pattern

     AttributeGroupResourceIdentifier attributeGroupResourceIdentifier = AttributeGroupResourceIdentifier.builder()
             .build()