Interface AttributeGroupChangeNameAction

All Superinterfaces:
AttributeGroupUpdateAction, ResourceUpdateAction<AttributeGroupUpdateAction>

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

     AttributeGroupChangeNameAction attributeGroupChangeNameAction = AttributeGroupChangeNameAction.builder()
             .name(nameBuilder -> nameBuilder)
             .build()