Class DataFlowFolder
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DataFlowFolder
-
public final class DataFlowFolder extends Object
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
-
-
Constructor Summary
Constructors Constructor Description DataFlowFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: The name of the folder that this data flow is in.void
validate()
Validates the instance.DataFlowFolder
withName(String name)
Set the name property: The name of the folder that this data flow is in.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the folder that this data flow is in.- Returns:
- the name value.
-
withName
public DataFlowFolder withName(String name)
Set the name property: The name of the folder that this data flow is in.- Parameters:
name
- the name value to set.- Returns:
- the DataFlowFolder object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-