Class CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty>
- Enclosing interface:
CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty
@Stability(Stable)
public static final class CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
address
@Stability(Stable) public CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty.Builder address(String address) - Parameters:
address- The customer's phone number if used withcustomerEndpoint, or the number the customer dialed to call your contact center if used withsystemEndpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty>- Returns:
- a new instance of
CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-