Class CfnRulePropsMixin.CreateCaseActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRulePropsMixin.CreateCaseActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRulePropsMixin.CreateCaseActionProperty>
- Enclosing interface:
CfnRulePropsMixin.CreateCaseActionProperty
@Stability(Stable)
public static final class CfnRulePropsMixin.CreateCaseActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRulePropsMixin.CreateCaseActionProperty>
A builder for
CfnRulePropsMixin.CreateCaseActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRulePropsMixin.CreateCaseActionProperty.getFields()fields(IResolvable fields) Sets the value ofCfnRulePropsMixin.CreateCaseActionProperty.getFields()templateId(String templateId) Sets the value ofCfnRulePropsMixin.CreateCaseActionProperty.getTemplateId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fields
@Stability(Stable) public CfnRulePropsMixin.CreateCaseActionProperty.Builder fields(IResolvable fields) Sets the value ofCfnRulePropsMixin.CreateCaseActionProperty.getFields()- Parameters:
fields- An array of case fields.- Returns:
this
-
fields
@Stability(Stable) public CfnRulePropsMixin.CreateCaseActionProperty.Builder fields(List<? extends Object> fields) Sets the value ofCfnRulePropsMixin.CreateCaseActionProperty.getFields()- Parameters:
fields- An array of case fields.- Returns:
this
-
templateId
@Stability(Stable) public CfnRulePropsMixin.CreateCaseActionProperty.Builder templateId(String templateId) Sets the value ofCfnRulePropsMixin.CreateCaseActionProperty.getTemplateId()- Parameters:
templateId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRulePropsMixin.CreateCaseActionProperty>- Returns:
- a new instance of
CfnRulePropsMixin.CreateCaseActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-