public interface ClientConfiguration
AsyncClientConfiguration
or SyncClientConfiguration
) when
constructed.
Implementations of this interface are not necessarily immutable or thread safe. If thread safety is required, consider
creating an immutable representation with ImmutableClientConfiguration
.
Modifier and Type | Method and Description |
---|---|
AwsCredentialsProvider |
credentialsProvider()
The credentials that should be used to authenticate the service with AWS.
|
URI |
endpoint()
The endpoint with which the SDK should communicate.
|
ClientOverrideConfiguration |
overrideConfiguration()
Override default client configuration options, such as request timeouts, retry behavior and compression.
|
ClientOverrideConfiguration overrideConfiguration()
AwsCredentialsProvider credentialsProvider()
URI endpoint()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.