Interface AttributeGroupSetKeyAction

All Superinterfaces:
AttributeGroupUpdateAction, ResourceUpdateAction<AttributeGroupUpdateAction>

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

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

  • Method Details