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