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