Interface RecipeAction.Builder

    • Method Detail

      • operation

        RecipeAction.Builder operation​(String operation)

        The name of a valid DataBrew transformation to be performed on the data.

        Parameters:
        operation - The name of a valid DataBrew transformation to be performed on the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        RecipeAction.Builder parameters​(Map<String,​String> parameters)

        Contextual parameters for the transformation.

        Parameters:
        parameters - Contextual parameters for the transformation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.