Class AmazonMwsLinkedServiceTypeProperties


  • public final class AmazonMwsLinkedServiceTypeProperties
    extends Object
    Amazon Marketplace Web Service linked service properties.
    • Constructor Detail

      • AmazonMwsLinkedServiceTypeProperties

        public AmazonMwsLinkedServiceTypeProperties()
    • Method Detail

      • 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties object itself.
      • sellerId

        public Object sellerId()
        Get the sellerId property: The Amazon seller ID.
        Returns:
        the sellerId value.
      • withSellerId

        public AmazonMwsLinkedServiceTypeProperties withSellerId​(Object sellerId)
        Set the sellerId property: The Amazon seller ID.
        Parameters:
        sellerId - the sellerId value to set.
        Returns:
        the AmazonMwsLinkedServiceTypeProperties object itself.
      • mwsAuthToken

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

        public AmazonMwsLinkedServiceTypeProperties withMwsAuthToken​(SecretBase mwsAuthToken)
        Set the mwsAuthToken property: The Amazon MWS authentication token.
        Parameters:
        mwsAuthToken - the mwsAuthToken value to set.
        Returns:
        the AmazonMwsLinkedServiceTypeProperties object itself.
      • accessKeyId

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

        public AmazonMwsLinkedServiceTypeProperties withAccessKeyId​(Object accessKeyId)
        Set the accessKeyId property: The access key id used to access data.
        Parameters:
        accessKeyId - the accessKeyId value to set.
        Returns:
        the AmazonMwsLinkedServiceTypeProperties object itself.
      • secretKey

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

        public AmazonMwsLinkedServiceTypeProperties withSecretKey​(SecretBase secretKey)
        Set the secretKey property: The secret key used to access data.
        Parameters:
        secretKey - the secretKey value to set.
        Returns:
        the AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties 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 AmazonMwsLinkedServiceTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.