Class CfnRulePropsMixin.FieldValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRulePropsMixin.FieldValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRulePropsMixin.FieldValueProperty>
- Enclosing interface:
CfnRulePropsMixin.FieldValueProperty
@Stability(Stable)
public static final class CfnRulePropsMixin.FieldValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRulePropsMixin.FieldValueProperty>
A builder for
CfnRulePropsMixin.FieldValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(Boolean booleanValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getBooleanValue()booleanValue(IResolvable booleanValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getBooleanValue()build()Builds the configured instance.doubleValue(Number doubleValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getDoubleValue()emptyValue(Object emptyValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getEmptyValue()stringValue(String stringValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
booleanValue
@Stability(Stable) public CfnRulePropsMixin.FieldValueProperty.Builder booleanValue(Boolean booleanValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getBooleanValue()- Parameters:
booleanValue- the value to be set.- Returns:
this
-
booleanValue
@Stability(Stable) public CfnRulePropsMixin.FieldValueProperty.Builder booleanValue(IResolvable booleanValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getBooleanValue()- Parameters:
booleanValue- the value to be set.- Returns:
this
-
doubleValue
@Stability(Stable) public CfnRulePropsMixin.FieldValueProperty.Builder doubleValue(Number doubleValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getDoubleValue()- Parameters:
doubleValue- the value to be set.- Returns:
this
-
emptyValue
@Stability(Stable) public CfnRulePropsMixin.FieldValueProperty.Builder emptyValue(Object emptyValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getEmptyValue()- Parameters:
emptyValue- the value to be set.- Returns:
this
-
stringValue
@Stability(Stable) public CfnRulePropsMixin.FieldValueProperty.Builder stringValue(String stringValue) Sets the value ofCfnRulePropsMixin.FieldValueProperty.getStringValue()- Parameters:
stringValue- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRulePropsMixin.FieldValueProperty>- Returns:
- a new instance of
CfnRulePropsMixin.FieldValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-