Interface DuplicateConditionExpressionFlowValidationDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DuplicateConditionExpressionFlowValidationDetails.Builder,,DuplicateConditionExpressionFlowValidationDetails> SdkBuilder<DuplicateConditionExpressionFlowValidationDetails.Builder,,DuplicateConditionExpressionFlowValidationDetails> SdkPojo
- Enclosing class:
 DuplicateConditionExpressionFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface DuplicateConditionExpressionFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<DuplicateConditionExpressionFlowValidationDetails.Builder,DuplicateConditionExpressionFlowValidationDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionexpression(String expression) The duplicated condition expression.The name of the node containing the duplicate condition expressions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
node
The name of the node containing the duplicate condition expressions.
- Parameters:
 node- The name of the node containing the duplicate condition expressions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
expression
The duplicated condition expression.
- Parameters:
 expression- The duplicated condition expression.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -