public static interface Integration.Builder extends SdkPojo, CopyableBuilder<Integration.Builder,Integration>
| Modifier and Type | Method and Description |
|---|---|
default Integration.Builder |
pagerDutyConfiguration(Consumer<PagerDutyConfiguration.Builder> pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
|
Integration.Builder |
pagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegration.Builder pagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
pagerDutyConfiguration - Information about the PagerDuty service where the response plan creates an incident.default Integration.Builder pagerDutyConfiguration(Consumer<PagerDutyConfiguration.Builder> pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
This is a convenience method that creates an instance of thePagerDutyConfiguration.Builder avoiding
the need to create one manually via PagerDutyConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to pagerDutyConfiguration(PagerDutyConfiguration).
pagerDutyConfiguration - a consumer that will call methods on PagerDutyConfiguration.BuilderpagerDutyConfiguration(PagerDutyConfiguration)Copyright © 2023. All rights reserved.