Class AmazonMwsLinkedService


  • public final class AmazonMwsLinkedService
    extends LinkedService
    Amazon Marketplace Web Service linked service.
    • Constructor Detail

      • AmazonMwsLinkedService

        public AmazonMwsLinkedService()
    • Method Detail

      • withDescription

        public AmazonMwsLinkedService withDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        withDescription in class LinkedService
        Parameters:
        description - the description 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 class LinkedService
        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.