Class SsisFolder
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
com.azure.resourcemanager.datafactory.models.SsisFolder
Ssis folder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.withDescription
(String description) Set the description property: Metadata description.Set the id property: Metadata id.Set the name property: Metadata name.Methods inherited from class com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
description, id, name
-
Constructor Details
-
SsisFolder
public SsisFolder()Creates an instance of SsisFolder class.
-
-
Method Details
-
withId
Set the id property: Metadata id.- Overrides:
withId
in classSsisObjectMetadata
- Parameters:
id
- the id value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withName
Set the name property: Metadata name.- Overrides:
withName
in classSsisObjectMetadata
- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withDescription
Set the description property: Metadata description.- Overrides:
withDescription
in classSsisObjectMetadata
- Parameters:
description
- the description value to set.- Returns:
- the SsisObjectMetadata object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSsisObjectMetadata
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-