Class SsisFolder
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
-
- com.azure.resourcemanager.datafactory.models.SsisFolder
-
public final class SsisFolder extends SsisObjectMetadata
Ssis folder.
-
-
Constructor Summary
Constructors Constructor Description SsisFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.SsisFolder
withDescription(String description)
Set the description property: Metadata description.SsisFolder
withId(Long id)
Set the id property: Metadata id.SsisFolder
withName(String name)
Set the name property: Metadata name.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
description, id, name
-
-
-
-
Method Detail
-
withId
public SsisFolder withId(Long id)
Set the id property: Metadata id.- Overrides:
withId
in classSsisObjectMetadata
- Parameters:
id
- the id value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withName
public SsisFolder withName(String name)
Set the name property: Metadata name.- Overrides:
withName
in classSsisObjectMetadata
- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withDescription
public SsisFolder withDescription(String description)
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.
-
-