Interface CfnCaseRule.OperandOneProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCaseRule.OperandOneProperty.Jsii$Proxy
- Enclosing class:
CfnCaseRule
@Stability(Stable)
public static interface CfnCaseRule.OperandOneProperty
extends software.amazon.jsii.JsiiSerializable
Represents the left hand operand in the condition.
In the Amazon Connect admin website, case rules are known as case field conditions . For more information about case field conditions, see Add case field conditions to a case template .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cases.*;
OperandOneProperty operandOneProperty = OperandOneProperty.builder()
.fieldId("fieldId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCaseRule.OperandOnePropertystatic final classAn implementation forCfnCaseRule.OperandOneProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The field ID that this operand should take the value of.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
The field ID that this operand should take the value of.- See Also:
-
builder
-