| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
PagerDutyIncidentDetail.Builder |
PagerDutyIncidentDetail.Builder.autoResolve(Boolean autoResolve)
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager
incident.
|
static PagerDutyIncidentDetail.Builder |
PagerDutyIncidentDetail.builder() |
PagerDutyIncidentDetail.Builder |
PagerDutyIncidentDetail.Builder.id(String id)
The ID of the incident associated with the PagerDuty service for the response plan.
|
PagerDutyIncidentDetail.Builder |
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.
|
PagerDutyIncidentDetail.Builder |
PagerDutyIncidentDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PagerDutyIncidentDetail.Builder> |
PagerDutyIncidentDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ItemValue |
ItemValue.fromPagerDutyIncidentDetail(Consumer<PagerDutyIncidentDetail.Builder> pagerDutyIncidentDetail)
Create an instance of this class with
ItemValue.pagerDutyIncidentDetail() initialized to the given value. |
default ItemValue.Builder |
ItemValue.Builder.pagerDutyIncidentDetail(Consumer<PagerDutyIncidentDetail.Builder> pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
Copyright © 2023. All rights reserved.