Class OracleCloudStorageLocation
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DatasetLocation
-
- com.azure.resourcemanager.datafactory.models.OracleCloudStorageLocation
-
public final class OracleCloudStorageLocation extends DatasetLocation
The location of Oracle Cloud Storage dataset.
-
-
Constructor Summary
Constructors Constructor Description OracleCloudStorageLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
bucketName()
Get the bucketName property: Specify the bucketName of Oracle Cloud Storage.void
validate()
Validates the instance.Object
version()
Get the version property: Specify the version of Oracle Cloud Storage.OracleCloudStorageLocation
withBucketName(Object bucketName)
Set the bucketName property: Specify the bucketName of Oracle Cloud Storage.OracleCloudStorageLocation
withFileName(Object fileName)
Set the fileName property: Specify the file name of dataset.OracleCloudStorageLocation
withFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset.OracleCloudStorageLocation
withVersion(Object version)
Set the version property: Specify the version of Oracle Cloud Storage.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.DatasetLocation
additionalProperties, fileName, folderPath, withAdditionalProperties
-
-
-
-
Method Detail
-
bucketName
public Object bucketName()
Get the bucketName property: Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string).- Returns:
- the bucketName value.
-
withBucketName
public OracleCloudStorageLocation withBucketName(Object bucketName)
Set the bucketName property: Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string).- Parameters:
bucketName
- the bucketName value to set.- Returns:
- the OracleCloudStorageLocation object itself.
-
version
public Object version()
Get the version property: Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).- Returns:
- the version value.
-
withVersion
public OracleCloudStorageLocation withVersion(Object version)
Set the version property: Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).- Parameters:
version
- the version value to set.- Returns:
- the OracleCloudStorageLocation object itself.
-
withFolderPath
public OracleCloudStorageLocation withFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).- Overrides:
withFolderPath
in classDatasetLocation
- Parameters:
folderPath
- the folderPath value to set.- Returns:
- the DatasetLocation object itself.
-
withFileName
public OracleCloudStorageLocation withFileName(Object fileName)
Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).- Overrides:
withFileName
in classDatasetLocation
- Parameters:
fileName
- the fileName value to set.- Returns:
- the DatasetLocation object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classDatasetLocation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-