Class CfnApplication.ApplicationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appintegrations.CfnApplication.ApplicationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication.ApplicationConfigProperty>
- Enclosing interface:
CfnApplication.ApplicationConfigProperty
@Stability(Stable)
public static final class CfnApplication.ApplicationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.ApplicationConfigProperty>
A builder for
CfnApplication.ApplicationConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.contactHandling
(IResolvable contactHandling) Sets the value ofCfnApplication.ApplicationConfigProperty.getContactHandling()
contactHandling
(CfnApplication.ContactHandlingProperty contactHandling) Sets the value ofCfnApplication.ApplicationConfigProperty.getContactHandling()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactHandling
@Stability(Stable) public CfnApplication.ApplicationConfigProperty.Builder contactHandling(IResolvable contactHandling) Sets the value ofCfnApplication.ApplicationConfigProperty.getContactHandling()
- Parameters:
contactHandling
- the value to be set.- Returns:
this
-
contactHandling
@Stability(Stable) public CfnApplication.ApplicationConfigProperty.Builder contactHandling(CfnApplication.ContactHandlingProperty contactHandling) Sets the value ofCfnApplication.ApplicationConfigProperty.getContactHandling()
- Parameters:
contactHandling
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplication.ApplicationConfigProperty>
- Returns:
- a new instance of
CfnApplication.ApplicationConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-