Interface AttributeGroupUpdate

All Superinterfaces:
ResourceUpdate<AttributeGroupUpdate,AttributeGroupUpdateAction,AttributeGroupUpdateBuilder>

AttributeGroupUpdate
Example to create an instance using the builder pattern

     AttributeGroupUpdate attributeGroupUpdate = AttributeGroupUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()