Class MongoDbAtlasLinkedServiceTypeProperties


  • public final class MongoDbAtlasLinkedServiceTypeProperties
    extends Object
    MongoDB Atlas linked service properties.
    • Constructor Detail

      • MongoDbAtlasLinkedServiceTypeProperties

        public MongoDbAtlasLinkedServiceTypeProperties()
    • Method Detail

      • connectionString

        public Object connectionString()
        Get the connectionString property: The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
        Returns:
        the connectionString value.
      • withConnectionString

        public MongoDbAtlasLinkedServiceTypeProperties withConnectionString​(Object connectionString)
        Set the connectionString property: The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
        Parameters:
        connectionString - the connectionString value to set.
        Returns:
        the MongoDbAtlasLinkedServiceTypeProperties object itself.
      • database

        public Object database()
        Get the database property: The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string).
        Returns:
        the database value.
      • withDatabase

        public MongoDbAtlasLinkedServiceTypeProperties withDatabase​(Object database)
        Set the database property: The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string).
        Parameters:
        database - the database value to set.
        Returns:
        the MongoDbAtlasLinkedServiceTypeProperties object itself.
      • validate

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