Interface AssetBundleImportJobDataSourceCredentialPair.Builder

    • Method Detail

      • username

        AssetBundleImportJobDataSourceCredentialPair.Builder username​(String username)

        The username for the data source connection.

        Parameters:
        username - The username for the data source connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        AssetBundleImportJobDataSourceCredentialPair.Builder password​(String password)

        The password for the data source connection.

        Parameters:
        password - The password for the data source connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.