Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonS3CompatibleLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AmazonS3CompatibleLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonS3CompatibleLinkedService.withAccessKeyId
(Object accessKeyId) Set the accessKeyId property: The access key identifier of the Amazon S3 Compatible Identity and Access Management (IAM) user.AmazonS3CompatibleLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AmazonS3CompatibleLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AmazonS3CompatibleLinkedService.withDescription
(String description) Set the description property: Linked service description.AmazonS3CompatibleLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AmazonS3CompatibleLinkedService.withForcePathStyle
(Object forcePathStyle) Set the forcePathStyle property: If true, use S3 path-style access instead of virtual hosted-style access.AmazonS3CompatibleLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AmazonS3CompatibleLinkedService.withSecretAccessKey
(SecretBase secretAccessKey) Set the secretAccessKey property: The secret access key of the Amazon S3 Compatible Identity and Access Management (IAM) user.AmazonS3CompatibleLinkedService.withServiceUrl
(Object serviceUrl) Set the serviceUrl property: This value specifies the endpoint to access with the Amazon S3 Compatible Connector.