Interface AttributeGroupSetKeyAction

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

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

     AttributeGroupSetKeyAction attributeGroupSetKeyAction = AttributeGroupSetKeyAction.builder()
             .build()
 
  • Field Details

  • Method Details