public static interface PagerDutyIncidentDetail.Builder extends SdkPojo, CopyableBuilder<PagerDutyIncidentDetail.Builder,PagerDutyIncidentDetail>
| Modifier and Type | Method and Description |
|---|---|
PagerDutyIncidentDetail.Builder |
autoResolve(Boolean autoResolve)
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager
incident.
|
PagerDutyIncidentDetail.Builder |
id(String id)
The ID of the incident associated with the PagerDuty service for the response plan.
|
PagerDutyIncidentDetail.Builder |
secretId(String secretId)
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General
Access REST API Key or User Token REST API Key, and other user credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPagerDutyIncidentDetail.Builder autoResolve(Boolean autoResolve)
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
autoResolve - Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager
incident.PagerDutyIncidentDetail.Builder id(String id)
The ID of the incident associated with the PagerDuty service for the response plan.
id - The ID of the incident associated with the PagerDuty service for the response plan.PagerDutyIncidentDetail.Builder secretId(String secretId)
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
secretId - The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a
General Access REST API Key or User Token REST API Key, and other user credentials.Copyright © 2023. All rights reserved.