Class DistcpSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DistcpSettings
-
public final class DistcpSettings extends Object
Distcp settings.
-
-
Constructor Summary
Constructors Constructor Description DistcpSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
distcpOptions()
Get the distcpOptions property: Specifies the Distcp options.Object
resourceManagerEndpoint()
Get the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint.Object
tempScriptPath()
Get the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script.void
validate()
Validates the instance.DistcpSettings
withDistcpOptions(Object distcpOptions)
Set the distcpOptions property: Specifies the Distcp options.DistcpSettings
withResourceManagerEndpoint(Object resourceManagerEndpoint)
Set the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint.DistcpSettings
withTempScriptPath(Object tempScriptPath)
Set the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script.
-
-
-
Method Detail
-
resourceManagerEndpoint
public Object resourceManagerEndpoint()
Get the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).- Returns:
- the resourceManagerEndpoint value.
-
withResourceManagerEndpoint
public DistcpSettings withResourceManagerEndpoint(Object resourceManagerEndpoint)
Set the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).- Parameters:
resourceManagerEndpoint
- the resourceManagerEndpoint value to set.- Returns:
- the DistcpSettings object itself.
-
tempScriptPath
public Object tempScriptPath()
Get the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).- Returns:
- the tempScriptPath value.
-
withTempScriptPath
public DistcpSettings withTempScriptPath(Object tempScriptPath)
Set the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).- Parameters:
tempScriptPath
- the tempScriptPath value to set.- Returns:
- the DistcpSettings object itself.
-
distcpOptions
public Object distcpOptions()
Get the distcpOptions property: Specifies the Distcp options. Type: string (or Expression with resultType string).- Returns:
- the distcpOptions value.
-
withDistcpOptions
public DistcpSettings withDistcpOptions(Object distcpOptions)
Set the distcpOptions property: Specifies the Distcp options. Type: string (or Expression with resultType string).- Parameters:
distcpOptions
- the distcpOptions value to set.- Returns:
- the DistcpSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-