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