Class AmazonS3CompatibleLocation
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetLocation
com.azure.resourcemanager.datafactory.models.AmazonS3CompatibleLocation
The location of Amazon S3 Compatible dataset.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AmazonS3CompatibleLocation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the bucketName property: Specify the bucketName of Amazon S3 Compatible.void
validate()
Validates the instance.version()
Get the version property: Specify the version of Amazon S3 Compatible.withBucketName
(Object bucketName) Set the bucketName property: Specify the bucketName of Amazon S3 Compatible.withFileName
(Object fileName) Set the fileName property: Specify the file name of dataset.withFolderPath
(Object folderPath) Set the folderPath property: Specify the folder path of dataset.withVersion
(Object version) Set the version property: Specify the version of Amazon S3 Compatible.Methods inherited from class com.azure.resourcemanager.datafactory.models.DatasetLocation
additionalProperties, fileName, folderPath, withAdditionalProperties
-
Constructor Details
-
AmazonS3CompatibleLocation
public AmazonS3CompatibleLocation()Creates an instance of AmazonS3CompatibleLocation class.
-
-
Method Details
-
bucketName
Get the bucketName property: Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string).- Returns:
- the bucketName value.
-
withBucketName
Set the bucketName property: Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string).- Parameters:
bucketName
- the bucketName value to set.- Returns:
- the AmazonS3CompatibleLocation object itself.
-
version
Get the version property: Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string).- Returns:
- the version value.
-
withVersion
Set the version property: Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string).- Parameters:
version
- the version value to set.- Returns:
- the AmazonS3CompatibleLocation object itself.
-
withFolderPath
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
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.
-