Interface LessThanOrEqualToExpression.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LessThanOrEqualToExpression.Builder,LessThanOrEqualToExpression>,SdkBuilder<LessThanOrEqualToExpression.Builder,LessThanOrEqualToExpression>,SdkPojo
- Enclosing class:
- LessThanOrEqualToExpression
public static interface LessThanOrEqualToExpression.Builder extends SdkPojo, CopyableBuilder<LessThanOrEqualToExpression.Builder,LessThanOrEqualToExpression>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LessThanOrEqualToExpression.BuildercolumnName(String columnName)The name of the column.LessThanOrEqualToExpression.Buildervalue(String value)The value that might be less than or equal to an 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, sdkFields
-
-
-
-
Method Detail
-
columnName
LessThanOrEqualToExpression.Builder columnName(String 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
LessThanOrEqualToExpression.Builder value(String value)
The value that might be less than or equal to an expression.
- Parameters:
value- The value that might be less than or equal to an expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-