Uses of Interface
software.amazon.awssdk.services.datapipeline.model.Operator.Builder
-
Packages that use Operator.Builder Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of Operator.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return Operator.Builder Modifier and Type Method Description static Operator.BuilderOperator. builder()Operator.BuilderOperator. toBuilder()Operator.BuilderOperator.Builder. type(String type)The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN).Operator.BuilderOperator.Builder. type(OperatorType type)The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN).Operator.BuilderOperator.Builder. values(String... values)The value that the actual field value will be compared with.Operator.BuilderOperator.Builder. values(Collection<String> values)The value that the actual field value will be compared with.Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type Operator.Builder Modifier and Type Method Description static Class<? extends Operator.Builder>Operator. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type Operator.Builder Modifier and Type Method Description default Selector.BuilderSelector.Builder. operator(Consumer<Operator.Builder> operator)Sets the value of the Operator property for this object.
-