Interface NotEqualToExpression.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NotEqualToExpression.Builder,,- NotEqualToExpression> - SdkBuilder<NotEqualToExpression.Builder,,- NotEqualToExpression> - SdkPojo
- Enclosing class:
- NotEqualToExpression
@Mutable
@NotThreadSafe
public static interface NotEqualToExpression.Builder
extends SdkPojo, CopyableBuilder<NotEqualToExpression.Builder,NotEqualToExpression> 
- 
Method SummaryModifier and TypeMethodDescriptioncolumnName(String columnName) The name of the column.The value that might not be equal to the expression.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
columnNameThe 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.
 
- 
valueThe value that might not be equal to the expression. - Parameters:
- value- The value that might not be equal to the expression.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-