Class AmazonMWSLinkedService

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.AmazonMWSLinkedService

public class AmazonMWSLinkedService extends LinkedService
Amazon Marketplace Web Service linked service.
  • Constructor Details

    • AmazonMWSLinkedService

      public AmazonMWSLinkedService()
  • Method Details

    • getEndpoint

      public Object getEndpoint()
      Get the endpoint property: The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com).
      Returns:
      the endpoint value.
    • setEndpoint

      public AmazonMWSLinkedService setEndpoint(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.
    • getMarketplaceID

      public Object getMarketplaceID()
      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.
    • setMarketplaceID

      public AmazonMWSLinkedService setMarketplaceID(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.
    • getSellerID

      public Object getSellerID()
      Get the sellerID property: The Amazon seller ID.
      Returns:
      the sellerID value.
    • setSellerID

      public AmazonMWSLinkedService setSellerID(Object sellerID)
      Set the sellerID property: The Amazon seller ID.
      Parameters:
      sellerID - the sellerID value to set.
      Returns:
      the AmazonMWSLinkedService object itself.
    • getMwsAuthToken

      public SecretBase getMwsAuthToken()
      Get the mwsAuthToken property: The Amazon MWS authentication token.
      Returns:
      the mwsAuthToken value.
    • setMwsAuthToken

      public AmazonMWSLinkedService setMwsAuthToken(SecretBase mwsAuthToken)
      Set the mwsAuthToken property: The Amazon MWS authentication token.
      Parameters:
      mwsAuthToken - the mwsAuthToken value to set.
      Returns:
      the AmazonMWSLinkedService object itself.
    • getAccessKeyId

      public Object getAccessKeyId()
      Get the accessKeyId property: The access key id used to access data.
      Returns:
      the accessKeyId value.
    • setAccessKeyId

      public AmazonMWSLinkedService setAccessKeyId(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.
    • getSecretKey

      public SecretBase getSecretKey()
      Get the secretKey property: The secret key used to access data.
      Returns:
      the secretKey value.
    • setSecretKey

      public AmazonMWSLinkedService setSecretKey(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.
    • getUseEncryptedEndpoints

      public Object getUseEncryptedEndpoints()
      Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
      Returns:
      the useEncryptedEndpoints value.
    • setUseEncryptedEndpoints

      public AmazonMWSLinkedService setUseEncryptedEndpoints(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.
    • getUseHostVerification

      public Object getUseHostVerification()
      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.
    • setUseHostVerification

      public AmazonMWSLinkedService setUseHostVerification(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.
    • getUsePeerVerification

      public Object getUsePeerVerification()
      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.
    • setUsePeerVerification

      public AmazonMWSLinkedService setUsePeerVerification(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.
    • getEncryptedCredential

      public Object getEncryptedCredential()
      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.
    • setEncryptedCredential

      public AmazonMWSLinkedService setEncryptedCredential(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.
    • setConnectVia

      public AmazonMWSLinkedService setConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      setConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • setDescription

      public AmazonMWSLinkedService setDescription(String description)
      Set the description property: Linked service description.
      Overrides:
      setDescription in class LinkedService
      Parameters:
      description - the description value to set.
      Returns:
      the LinkedService object itself.
    • setParameters

      public AmazonMWSLinkedService setParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      setParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • setAnnotations

      public AmazonMWSLinkedService setAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the linked service.
      Overrides:
      setAnnotations in class LinkedService
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the LinkedService object itself.