Class CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMessageTemplatePropsMixin.SystemAttributesProperty>
- Enclosing interface:
CfnMessageTemplatePropsMixin.SystemAttributesProperty
@Stability(Stable)
public static final class CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMessageTemplatePropsMixin.SystemAttributesProperty>
A builder for
CfnMessageTemplatePropsMixin.SystemAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customerEndpoint(IResolvable customerEndpoint) Sets the value ofCfnMessageTemplatePropsMixin.SystemAttributesProperty.getName()systemEndpoint(IResolvable systemEndpoint)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customerEndpoint
@Stability(Stable) public CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder customerEndpoint(IResolvable customerEndpoint) - Parameters:
customerEndpoint- The CustomerEndpoint attribute.- Returns:
this
-
customerEndpoint
@Stability(Stable) public CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder customerEndpoint(CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty customerEndpoint) - Parameters:
customerEndpoint- The CustomerEndpoint attribute.- Returns:
this
-
name
@Stability(Stable) public CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder name(String name) Sets the value ofCfnMessageTemplatePropsMixin.SystemAttributesProperty.getName()- Parameters:
name- The name of the task.- Returns:
this
-
systemEndpoint
@Stability(Stable) public CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder systemEndpoint(IResolvable systemEndpoint) - Parameters:
systemEndpoint- The SystemEndpoint attribute.- Returns:
this
-
systemEndpoint
@Stability(Stable) public CfnMessageTemplatePropsMixin.SystemAttributesProperty.Builder systemEndpoint(CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty systemEndpoint) - Parameters:
systemEndpoint- The SystemEndpoint attribute.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMessageTemplatePropsMixin.SystemAttributesProperty>- Returns:
- a new instance of
CfnMessageTemplatePropsMixin.SystemAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-