Class AmazonMwsLinkedService
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedService
-
- com.azure.resourcemanager.datafactory.models.AmazonMwsLinkedService
-
public final class AmazonMwsLinkedService extends LinkedService
Amazon Marketplace Web Service linked service.
-
-
Constructor Summary
Constructors Constructor Description AmazonMwsLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
accessKeyId()
Get the accessKeyId property: The access key id used to access data.Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
endpoint()
Get the endpoint property: The endpoint of the Amazon MWS server, (i.e.Object
marketplaceId()
Get the marketplaceId property: The Amazon Marketplace ID you want to retrieve data from.SecretBase
mwsAuthToken()
Get the mwsAuthToken property: The Amazon MWS authentication token.SecretBase
secretKey()
Get the secretKey property: The secret key used to access data.Object
sellerId()
Get the sellerId property: The Amazon seller ID.Object
useEncryptedEndpoints()
Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.Object
useHostVerification()
Get 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.Object
usePeerVerification()
Get the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.void
validate()
Validates the instance.AmazonMwsLinkedService
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
-
-
-
Method Detail
-
withConnectVia
public AmazonMwsLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
public AmazonMwsLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public AmazonMwsLinkedService withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
public AmazonMwsLinkedService withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
endpoint
public Object endpoint()
Get the endpoint property: The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com).- Returns:
- the endpoint value.
-
withEndpoint
public AmazonMwsLinkedService withEndpoint(Object endpoint)
Set the endpoint property: The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com).- Parameters:
endpoint
- the endpoint value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
marketplaceId
public Object marketplaceId()
Get the marketplaceId property: The Amazon Marketplace ID you want to retrieve data from. To retrieve data from multiple Marketplace IDs, separate them with a comma (,). (i.e. A2EUQ1WTGCTBG2).- Returns:
- the marketplaceId value.
-
withMarketplaceId
public AmazonMwsLinkedService withMarketplaceId(Object marketplaceId)
Set the marketplaceId property: The Amazon Marketplace ID you want to retrieve data from. To retrieve data from multiple Marketplace IDs, separate them with a comma (,). (i.e. A2EUQ1WTGCTBG2).- Parameters:
marketplaceId
- the marketplaceId value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
sellerId
public Object sellerId()
Get the sellerId property: The Amazon seller ID.- Returns:
- the sellerId value.
-
withSellerId
public AmazonMwsLinkedService withSellerId(Object sellerId)
Set the sellerId property: The Amazon seller ID.- Parameters:
sellerId
- the sellerId value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
mwsAuthToken
public SecretBase mwsAuthToken()
Get the mwsAuthToken property: The Amazon MWS authentication token.- Returns:
- the mwsAuthToken value.
-
withMwsAuthToken
public AmazonMwsLinkedService withMwsAuthToken(SecretBase mwsAuthToken)
Set the mwsAuthToken property: The Amazon MWS authentication token.- Parameters:
mwsAuthToken
- the mwsAuthToken value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
accessKeyId
public Object accessKeyId()
Get the accessKeyId property: The access key id used to access data.- Returns:
- the accessKeyId value.
-
withAccessKeyId
public AmazonMwsLinkedService withAccessKeyId(Object accessKeyId)
Set the accessKeyId property: The access key id used to access data.- Parameters:
accessKeyId
- the accessKeyId value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
secretKey
public SecretBase secretKey()
Get the secretKey property: The secret key used to access data.- Returns:
- the secretKey value.
-
withSecretKey
public AmazonMwsLinkedService withSecretKey(SecretBase secretKey)
Set the secretKey property: The secret key used to access data.- Parameters:
secretKey
- the secretKey value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
useEncryptedEndpoints
public Object useEncryptedEndpoints()
Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.- Returns:
- the useEncryptedEndpoints value.
-
withUseEncryptedEndpoints
public AmazonMwsLinkedService withUseEncryptedEndpoints(Object useEncryptedEndpoints)
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.- Parameters:
useEncryptedEndpoints
- the useEncryptedEndpoints value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
useHostVerification
public Object useHostVerification()
Get 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. The default value is true.- Returns:
- the useHostVerification value.
-
withUseHostVerification
public 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. The default value is true.- Parameters:
useHostVerification
- the useHostVerification value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
usePeerVerification
public Object usePeerVerification()
Get the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.- Returns:
- the usePeerVerification value.
-
withUsePeerVerification
public AmazonMwsLinkedService withUsePeerVerification(Object usePeerVerification)
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.- Parameters:
usePeerVerification
- the usePeerVerification value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
encryptedCredential
public Object encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
public AmazonMwsLinkedService withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the AmazonMwsLinkedService object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-