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