Class ContactChannelReference.Builder
java.lang.Object
software.amazon.awscdk.services.ssmcontacts.ContactChannelReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContactChannelReference>
- Enclosing interface:
ContactChannelReference
@Stability(Stable)
public static final class ContactChannelReference.Builder
extends Object
implements software.amazon.jsii.Builder<ContactChannelReference>
A builder for
ContactChannelReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactChannelArn(String contactChannelArn) Sets the value ofContactChannelReference.getContactChannelArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactChannelArn
@Stability(Stable) public ContactChannelReference.Builder contactChannelArn(String contactChannelArn) Sets the value ofContactChannelReference.getContactChannelArn()- Parameters:
contactChannelArn- The Arn of the ContactChannel resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContactChannelReference>- Returns:
- a new instance of
ContactChannelReference - Throws:
NullPointerException- if any required attribute was not provided
-