Package org.apache.iceberg.aws
Class AwsClientFactories
java.lang.Object
org.apache.iceberg.aws.AwsClientFactories
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends software.amazon.awssdk.core.client.builder.SdkClientBuilder>
voidconfigureEndpoint
(T builder, String endpoint) Deprecated.Not for public use.static software.amazon.awssdk.http.SdkHttpClient.Builder
configureHttpClientBuilder
(String httpClientType) Deprecated.Not for public use.static AwsClientFactory
static AwsClientFactory
static software.amazon.awssdk.services.s3.S3Configuration
s3Configuration
(Boolean pathStyleAccess, Boolean s3UseArnRegionEnabled) Deprecated.Not for public use.
-
Method Details
-
defaultFactory
-
from
-
configureHttpClientBuilder
@Deprecated public static software.amazon.awssdk.http.SdkHttpClient.Builder configureHttpClientBuilder(String httpClientType) Deprecated.Not for public use. To configure the httpClient for a client, please useHttpClientProperties.applyHttpClientConfigurations(AwsSyncClientBuilder)
. It will be removed in 2.0.0Build a httpClientBuilder object -
configureEndpoint
@Deprecated public static <T extends software.amazon.awssdk.core.client.builder.SdkClientBuilder> void configureEndpoint(T builder, String endpoint) Deprecated.Not for public use. To configure the endpoint for a client, please useS3FileIOProperties.applyEndpointConfigurations(S3ClientBuilder)
,AwsProperties.applyGlueEndpointConfigurations(GlueClientBuilder)
, orAwsProperties.applyDynamoDbEndpointConfigurations(DynamoDbClientBuilder)
accordingly. It will be removed in 2.0.0Configure the endpoint setting for a client -
s3Configuration
@Deprecated public static software.amazon.awssdk.services.s3.S3Configuration s3Configuration(Boolean pathStyleAccess, Boolean s3UseArnRegionEnabled) Deprecated.Not for public use. To build an S3Configuration object, use S3Configuration.builder() directly. It will be removed in 2.0.0Build an S3Configuration object
-