Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonMwsLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AmazonMwsLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonMwsLinkedService.withAccessKeyId
(Object accessKeyId) Set the accessKeyId property: The access key id used to access data.AmazonMwsLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AmazonMwsLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AmazonMwsLinkedService.withDescription
(String description) Set the description property: Linked service description.AmazonMwsLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AmazonMwsLinkedService.withEndpoint
(Object endpoint) Set the endpoint property: The endpoint of the Amazon MWS server, (i.e.AmazonMwsLinkedService.withMarketplaceId
(Object marketplaceId) Set the marketplaceId property: The Amazon Marketplace ID you want to retrieve data from.AmazonMwsLinkedService.withMwsAuthToken
(SecretBase mwsAuthToken) Set the mwsAuthToken property: The Amazon MWS authentication token.AmazonMwsLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AmazonMwsLinkedService.withSecretKey
(SecretBase secretKey) Set the secretKey property: The secret key used to access data.AmazonMwsLinkedService.withSellerId
(Object sellerId) Set the sellerId property: The Amazon seller ID.AmazonMwsLinkedService.withUseEncryptedEndpoints
(Object useEncryptedEndpoints) Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.AmazonMwsLinkedService.withUseHostVerification
(Object useHostVerification) Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL.AmazonMwsLinkedService.withUsePeerVerification
(Object usePeerVerification) Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.