Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonS3LinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AmazonS3LinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonS3LinkedService.withAccessKeyId
(Object accessKeyId) Set the accessKeyId property: The access key identifier of the Amazon S3 Identity and Access Management (IAM) user.AmazonS3LinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AmazonS3LinkedService.withAuthenticationType
(Object authenticationType) Set the authenticationType property: The authentication type of S3.AmazonS3LinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AmazonS3LinkedService.withDescription
(String description) Set the description property: Linked service description.AmazonS3LinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AmazonS3LinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AmazonS3LinkedService.withSecretAccessKey
(SecretBase secretAccessKey) Set the secretAccessKey property: The secret access key of the Amazon S3 Identity and Access Management (IAM) user.AmazonS3LinkedService.withServiceUrl
(Object serviceUrl) Set the serviceUrl property: This value specifies the endpoint to access with the S3 Connector.AmazonS3LinkedService.withSessionToken
(SecretBase sessionToken) Set the sessionToken property: The session token for the S3 temporary security credential.