Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonS3Location
-
Packages that use AmazonS3Location Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AmazonS3Location in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AmazonS3Location Modifier and Type Method Description AmazonS3Location
AmazonS3Location. withBucketName(Object bucketName)
Set the bucketName property: Specify the bucketName of amazon S3.AmazonS3Location
AmazonS3Location. withFileName(Object fileName)
Set the fileName property: Specify the file name of dataset.AmazonS3Location
AmazonS3Location. withFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset.AmazonS3Location
AmazonS3Location. withVersion(Object version)
Set the version property: Specify the version of amazon S3.
-