Interface EqualToExpression.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EqualToExpression.Builder,,EqualToExpression> SdkBuilder<EqualToExpression.Builder,,EqualToExpression> SdkPojo
- Enclosing class:
 EqualToExpression
public static interface EqualToExpression.Builder
extends SdkPojo, CopyableBuilder<EqualToExpression.Builder,EqualToExpression> 
- 
Method Summary
Modifier and TypeMethodDescriptioncolumnName(String columnName) The name of the column.The value that might be equal to an expression.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
- 
columnName
The name of the column.
- Parameters:
 columnName- The name of the column.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value that might be equal to an expression.
- Parameters:
 value- The value that might be equal to an expression.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -