Class CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty>
- Enclosing interface:
CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty
@Stability(Stable)
public static final class CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serviceId
@Stability(Stable) public CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty.Builder serviceId(String serviceId) - Parameters:
serviceId- The ID of the PagerDuty service that the response plan associates with an incident when it launches.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty>- Returns:
- a new instance of
CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-