Class CfnResponsePlanPropsMixin.IntegrationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ssmincidents.mixins.CfnResponsePlanPropsMixin.IntegrationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.IntegrationProperty>
- Enclosing interface:
CfnResponsePlanPropsMixin.IntegrationProperty
@Stability(Stable)
public static final class CfnResponsePlanPropsMixin.IntegrationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.IntegrationProperty>
A builder for
CfnResponsePlanPropsMixin.IntegrationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pagerDutyConfiguration(IResolvable pagerDutyConfiguration) pagerDutyConfiguration(CfnResponsePlanPropsMixin.PagerDutyConfigurationProperty pagerDutyConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pagerDutyConfiguration
@Stability(Stable) public CfnResponsePlanPropsMixin.IntegrationProperty.Builder pagerDutyConfiguration(IResolvable pagerDutyConfiguration) - Parameters:
pagerDutyConfiguration- Information about the PagerDuty service where the response plan creates an incident.- Returns:
this
-
pagerDutyConfiguration
@Stability(Stable) public CfnResponsePlanPropsMixin.IntegrationProperty.Builder pagerDutyConfiguration(CfnResponsePlanPropsMixin.PagerDutyConfigurationProperty pagerDutyConfiguration) - Parameters:
pagerDutyConfiguration- Information about the PagerDuty service where the response plan creates an incident.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlanPropsMixin.IntegrationProperty>- Returns:
- a new instance of
CfnResponsePlanPropsMixin.IntegrationProperty - Throws:
NullPointerException- if any required attribute was not provided
-