Interface MalformedConditionExpressionFlowValidationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MalformedConditionExpressionFlowValidationDetails.Builder,
,MalformedConditionExpressionFlowValidationDetails> SdkBuilder<MalformedConditionExpressionFlowValidationDetails.Builder,
,MalformedConditionExpressionFlowValidationDetails> SdkPojo
- Enclosing class:
MalformedConditionExpressionFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface MalformedConditionExpressionFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<MalformedConditionExpressionFlowValidationDetails.Builder,MalformedConditionExpressionFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe error message describing why the condition expression is malformed.The name of the malformed condition.The name of the node containing the malformed condition expression.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cause
The error message describing why the condition expression is malformed.
- Parameters:
causeValue
- The error message describing why the condition expression is malformed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
The name of the malformed condition.
- Parameters:
condition
- The name of the malformed condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
node
The name of the node containing the malformed condition expression.
- Parameters:
node
- The name of the node containing the malformed condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-