public interface SdkClientConfiguration
SdkAsyncClientConfiguration
or SdkSyncClientConfiguration
) when
* constructed.
Implementations of this interface are not necessarily immutable or thread safe. If thread safety is required, consider
creating an immutable representation with SdkImmutableClientConfiguration
.
Modifier and Type | Method and Description |
---|---|
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()
URI endpoint()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.