Class Apache5ClientConfiguration
java.lang.Object
io.micronaut.aws.AWSConfiguration
io.micronaut.aws.sdk.v2.client.apache5.Apache5ClientConfiguration
@ConfigurationProperties("apache-client")
public class Apache5ClientConfiguration
extends AWSConfiguration
Configuration properties for the Apache HTTP client 5.x. Bound to the
aws.apache-client prefix, the same prefix as the legacy Apache 4.x client, so that
migrating between the two requires no configuration change.- Since:
- 5.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.http.apache5.Apache5HttpClient.Buildersoftware.amazon.awssdk.http.apache5.ProxyConfiguration.BuildergetProxy()
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
Apache5ClientConfiguration
public Apache5ClientConfiguration()
-
-
Method Details
-
getBuilder
public software.amazon.awssdk.http.apache5.Apache5HttpClient.Builder getBuilder()- Returns:
- The builder for
Apache5HttpClient
-
getProxy
public software.amazon.awssdk.http.apache5.ProxyConfiguration.Builder getProxy()- Returns:
- The builder for
ProxyConfiguration
-