Interface PagerDutyIncidentDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PagerDutyIncidentDetail.Builder,
,PagerDutyIncidentDetail> SdkBuilder<PagerDutyIncidentDetail.Builder,
,PagerDutyIncidentDetail> SdkPojo
- Enclosing class:
PagerDutyIncidentDetail
public static interface PagerDutyIncidentDetail.Builder
extends SdkPojo, CopyableBuilder<PagerDutyIncidentDetail.Builder,PagerDutyIncidentDetail>
-
Method Summary
Modifier and TypeMethodDescriptionautoResolve
(Boolean autoResolve) Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.The ID of the incident associated with the PagerDuty service for the response plan.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
autoResolve
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
- Parameters:
autoResolve
- Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the incident associated with the PagerDuty service for the response plan.
- Parameters:
id
- The ID of the incident associated with the PagerDuty service for the response plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-