Class AmazonS3LinkedService


  • public class AmazonS3LinkedService
    extends LinkedService
    Linked service for Amazon S3.
    • Constructor Detail

      • AmazonS3LinkedService

        public AmazonS3LinkedService()
    • Method Detail

      • getAuthenticationType

        public Object getAuthenticationType()
        Get the authenticationType property: The authentication type of S3. Allowed value: AccessKey (default) or TemporarySecurityCredentials. Type: string (or Expression with resultType string).
        Returns:
        the authenticationType value.
      • setAuthenticationType

        public AmazonS3LinkedService setAuthenticationType​(Object authenticationType)
        Set the authenticationType property: The authentication type of S3. Allowed value: AccessKey (default) or TemporarySecurityCredentials. Type: string (or Expression with resultType string).
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the AmazonS3LinkedService object itself.
      • getAccessKeyId

        public Object getAccessKeyId()
        Get the accessKeyId property: The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).
        Returns:
        the accessKeyId value.
      • setAccessKeyId

        public AmazonS3LinkedService setAccessKeyId​(Object accessKeyId)
        Set the accessKeyId property: The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).
        Parameters:
        accessKeyId - the accessKeyId value to set.
        Returns:
        the AmazonS3LinkedService object itself.
      • getSecretAccessKey

        public SecretBase getSecretAccessKey()
        Get the secretAccessKey property: The secret access key of the Amazon S3 Identity and Access Management (IAM) user.
        Returns:
        the secretAccessKey value.
      • setSecretAccessKey

        public AmazonS3LinkedService setSecretAccessKey​(SecretBase secretAccessKey)
        Set the secretAccessKey property: The secret access key of the Amazon S3 Identity and Access Management (IAM) user.
        Parameters:
        secretAccessKey - the secretAccessKey value to set.
        Returns:
        the AmazonS3LinkedService object itself.
      • getServiceUrl

        public Object getServiceUrl()
        Get the serviceUrl property: This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).
        Returns:
        the serviceUrl value.
      • setServiceUrl

        public AmazonS3LinkedService setServiceUrl​(Object serviceUrl)
        Set the serviceUrl property: This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).
        Parameters:
        serviceUrl - the serviceUrl value to set.
        Returns:
        the AmazonS3LinkedService object itself.
      • getSessionToken

        public SecretBase getSessionToken()
        Get the sessionToken property: The session token for the S3 temporary security credential.
        Returns:
        the sessionToken value.
      • setSessionToken

        public AmazonS3LinkedService setSessionToken​(SecretBase sessionToken)
        Set the sessionToken property: The session token for the S3 temporary security credential.
        Parameters:
        sessionToken - the sessionToken value to set.
        Returns:
        the AmazonS3LinkedService 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 AmazonS3LinkedService 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 AmazonS3LinkedService object itself.
      • setDescription

        public AmazonS3LinkedService 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.
      • setAnnotations

        public AmazonS3LinkedService 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.