Class CfnCaseRule.OperandOneProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnCaseRule.OperandOneProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCaseRule.OperandOneProperty>
- Enclosing interface:
CfnCaseRule.OperandOneProperty
@Stability(Stable)
public static final class CfnCaseRule.OperandOneProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCaseRule.OperandOneProperty>
A builder for
CfnCaseRule.OperandOneProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCaseRule.OperandOneProperty.getFieldId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
Sets the value ofCfnCaseRule.OperandOneProperty.getFieldId()- Parameters:
fieldId- The field ID that this operand should take the value of. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCaseRule.OperandOneProperty>- Returns:
- a new instance of
CfnCaseRule.OperandOneProperty - Throws:
NullPointerException- if any required attribute was not provided
-