All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.s3tables.iceberg.S3TablesAwsClientFactory Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
package software.amazon.s3tables.iceberg;

import software.amazon.awssdk.services.s3tables.S3TablesClient;

import java.io.Serializable;
import java.util.Map;

public interface S3TablesAwsClientFactory extends Serializable {
    /**
     * create a Amazon S3 Tables client
     *
     * @return s3tables client
     */
    S3TablesClient s3tables();

    /**
     * Initialize AWS client factory from catalog properties.
     *
     * @param properties catalog properties
     */
    void initialize(Map properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy