Uses of Interface
software.amazon.awssdk.services.datazone.model.GreaterThanExpression.Builder
-
Packages that use GreaterThanExpression.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GreaterThanExpression.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GreaterThanExpression.Builder Modifier and Type Method Description static GreaterThanExpression.BuilderGreaterThanExpression. builder()GreaterThanExpression.BuilderGreaterThanExpression.Builder. columnName(String columnName)The name of the column.GreaterThanExpression.BuilderGreaterThanExpression. toBuilder()GreaterThanExpression.BuilderGreaterThanExpression.Builder. value(String value)The value that might be greater than an expression.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GreaterThanExpression.Builder Modifier and Type Method Description static Class<? extends GreaterThanExpression.Builder>GreaterThanExpression. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type GreaterThanExpression.Builder Modifier and Type Method Description static RowFilterExpressionRowFilterExpression. fromGreaterThan(Consumer<GreaterThanExpression.Builder> greaterThan)Create an instance of this class withRowFilterExpression.greaterThan()initialized to the given value.default RowFilterExpression.BuilderRowFilterExpression.Builder. greaterThan(Consumer<GreaterThanExpression.Builder> greaterThan)The 'greater than' clause of the row filter expression.
-