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