Class ComponentSetup
java.lang.Object
com.azure.resourcemanager.datafactory.models.CustomSetupBase
com.azure.resourcemanager.datafactory.models.ComponentSetup
The custom setup of installing 3rd party components.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the componentName property: The name of the 3rd party component.Get the licenseKey property: The license key to activate the component.void
validate()
Validates the instance.withComponentName
(String componentName) Set the componentName property: The name of the 3rd party component.withLicenseKey
(SecretBase licenseKey) Set the licenseKey property: The license key to activate the component.
-
Constructor Details
-
ComponentSetup
public ComponentSetup()Creates an instance of ComponentSetup class.
-
-
Method Details
-
componentName
Get the componentName property: The name of the 3rd party component.- Returns:
- the componentName value.
-
withComponentName
Set the componentName property: The name of the 3rd party component.- Parameters:
componentName
- the componentName value to set.- Returns:
- the ComponentSetup object itself.
-
licenseKey
Get the licenseKey property: The license key to activate the component.- Returns:
- the licenseKey value.
-
withLicenseKey
Set the licenseKey property: The license key to activate the component.- Parameters:
licenseKey
- the licenseKey value to set.- Returns:
- the ComponentSetup object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classCustomSetupBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-