Interface PagerDutyConfiguration.Builder

  • Method Details

    • services

      List of Pagerduty service available for the association.

      Parameters:
      services - List of Pagerduty service available for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • services

      PagerDutyConfiguration.Builder services(String... services)

      List of Pagerduty service available for the association.

      Parameters:
      services - List of Pagerduty service available for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customerEmail

      PagerDutyConfiguration.Builder customerEmail(String customerEmail)

      Email to be used in Pagerduty API header

      Parameters:
      customerEmail - Email to be used in Pagerduty API header
      Returns:
      Returns a reference to this object so that method calls can be chained together.