Interface Incident.DefinitionStages.WithProviderName

All Known Subinterfaces:
Incident.Definition, Incident.DefinitionStages.WithCreate
Enclosing interface:
Incident.DefinitionStages

public static interface Incident.DefinitionStages.WithProviderName
The stage of the Incident definition allowing to specify providerName.
  • Method Details

    • withProviderName

      Incident.DefinitionStages.WithCreate withProviderName(String providerName)
      Specifies the providerName property: The name of the source provider that generated the incident.
      Parameters:
      providerName - The name of the source provider that generated the incident.
      Returns:
      the next definition stage.