Interface ConditionExpression.Builder

    • Method Detail

      • condition

        ConditionExpression.Builder condition​(String condition)

        A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.

        Parameters:
        condition - A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ConditionExpression.Builder value​(String value)

        A value that the condition must evaluate to for the condition to succeed.

        Parameters:
        value - A value that the condition must evaluate to for the condition to succeed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetColumn

        ConditionExpression.Builder targetColumn​(String targetColumn)

        A column to apply this condition to.

        Parameters:
        targetColumn - A column to apply this condition to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.