public class AwsClientFactories
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T extends software.amazon.awssdk.core.client.builder.SdkClientBuilder> |
configureEndpoint(T builder,
java.lang.String endpoint)
Deprecated.
Not for public use. To configure the endpoint for a client, please use
S3FileIOProperties.applyEndpointConfigurations(S3ClientBuilder) , AwsProperties.applyGlueEndpointConfigurations(GlueClientBuilder) , or AwsProperties.applyDynamoDbEndpointConfigurations(DynamoDbClientBuilder) accordingly. It
will be removed in 2.0.0 |
static software.amazon.awssdk.http.SdkHttpClient.Builder |
configureHttpClientBuilder(java.lang.String httpClientType)
Deprecated.
Not for public use. To configure the httpClient for a client, please use
HttpClientProperties.applyHttpClientConfigurations(AwsSyncClientBuilder) . It will be
removed in 2.0.0 |
static AwsClientFactory |
defaultFactory() |
static AwsClientFactory |
from(java.util.Map<java.lang.String,java.lang.String> properties) |
static software.amazon.awssdk.services.s3.S3Configuration |
s3Configuration(java.lang.Boolean pathStyleAccess,
java.lang.Boolean s3UseArnRegionEnabled)
Deprecated.
Not for public use. To build an S3Configuration object, use
S3Configuration.builder() directly. It will be removed in 2.0.0
|
public static AwsClientFactory defaultFactory()
public static AwsClientFactory from(java.util.Map<java.lang.String,java.lang.String> properties)
@Deprecated public static software.amazon.awssdk.http.SdkHttpClient.Builder configureHttpClientBuilder(java.lang.String httpClientType)
HttpClientProperties.applyHttpClientConfigurations(AwsSyncClientBuilder)
. It will be
removed in 2.0.0@Deprecated public static <T extends software.amazon.awssdk.core.client.builder.SdkClientBuilder> void configureEndpoint(T builder, java.lang.String endpoint)
S3FileIOProperties.applyEndpointConfigurations(S3ClientBuilder)
, AwsProperties.applyGlueEndpointConfigurations(GlueClientBuilder)
, or AwsProperties.applyDynamoDbEndpointConfigurations(DynamoDbClientBuilder)
accordingly. It
will be removed in 2.0.0@Deprecated public static software.amazon.awssdk.services.s3.S3Configuration s3Configuration(java.lang.Boolean pathStyleAccess, java.lang.Boolean s3UseArnRegionEnabled)