Class AwsBlobClient

    • Constructor Detail

      • AwsBlobClient

        public AwsBlobClient​(AwsBlobClient.Builder builder)
        Constructs an instance of AwsBlobClient using the provided builder and S3 client.
        Parameters:
        builder - the builder used to configure this client.
      • AwsBlobClient

        public AwsBlobClient​(AwsBlobClient.Builder builder,
                             software.amazon.awssdk.services.s3.S3Client s3Client)
        Constructs an instance of AwsBlobClient using the provided builder and S3 client.
        Parameters:
        builder - the builder used to configure this client.
        s3Client - the S3 client used to communicate with the S3 service.