Interface MalformedNodeInputExpressionFlowValidationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MalformedNodeInputExpressionFlowValidationDetails.Builder,MalformedNodeInputExpressionFlowValidationDetails>,SdkBuilder<MalformedNodeInputExpressionFlowValidationDetails.Builder,MalformedNodeInputExpressionFlowValidationDetails>,SdkPojo
- Enclosing class:
- MalformedNodeInputExpressionFlowValidationDetails
@Mutable @NotThreadSafe public static interface MalformedNodeInputExpressionFlowValidationDetails.Builder extends SdkPojo, CopyableBuilder<MalformedNodeInputExpressionFlowValidationDetails.Builder,MalformedNodeInputExpressionFlowValidationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MalformedNodeInputExpressionFlowValidationDetails.Buildercause(String causeValue)The error message describing why the input expression is malformed.MalformedNodeInputExpressionFlowValidationDetails.Builderinput(String input)The name of the input with the malformed expression.MalformedNodeInputExpressionFlowValidationDetails.Buildernode(String node)The name of the node containing the malformed input 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 Detail
-
node
MalformedNodeInputExpressionFlowValidationDetails.Builder node(String node)
The name of the node containing the malformed input expression.
- Parameters:
node- The name of the node containing the malformed input expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
MalformedNodeInputExpressionFlowValidationDetails.Builder input(String input)
The name of the input with the malformed expression.
- Parameters:
input- The name of the input with the malformed expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cause
MalformedNodeInputExpressionFlowValidationDetails.Builder cause(String causeValue)
The error message describing why the input expression is malformed.
- Parameters:
causeValue- The error message describing why the input expression is malformed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-