Interface Selector.Builder

    • Method Detail

      • fieldName

        Selector.Builder fieldName​(String fieldName)

        The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

        Parameters:
        fieldName - The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        Selector.Builder operator​(Operator operator)
        Sets the value of the Operator property for this object.
        Parameters:
        operator - The new value for the Operator property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.