Class CfnContactPropsMixin.ChannelTargetInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnContactPropsMixin.ChannelTargetInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactPropsMixin.ChannelTargetInfoProperty>
- Enclosing interface:
CfnContactPropsMixin.ChannelTargetInfoProperty
@Stability(Stable)
public static final class CfnContactPropsMixin.ChannelTargetInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactPropsMixin.ChannelTargetInfoProperty>
A builder for
CfnContactPropsMixin.ChannelTargetInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnContactPropsMixin.ChannelTargetInfoProperty.getChannelId()retryIntervalInMinutes(Number retryIntervalInMinutes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelId
@Stability(Stable) public CfnContactPropsMixin.ChannelTargetInfoProperty.Builder channelId(String channelId) Sets the value ofCfnContactPropsMixin.ChannelTargetInfoProperty.getChannelId()- Parameters:
channelId- The Amazon Resource Name (ARN) of the contact channel.- Returns:
this
-
retryIntervalInMinutes
@Stability(Stable) public CfnContactPropsMixin.ChannelTargetInfoProperty.Builder retryIntervalInMinutes(Number retryIntervalInMinutes) - Parameters:
retryIntervalInMinutes- The number of minutes to wait before retrying to send engagement if the engagement initially failed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnContactPropsMixin.ChannelTargetInfoProperty>- Returns:
- a new instance of
CfnContactPropsMixin.ChannelTargetInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-