Package software.amazon.awssdk.core
Class SdkRequestOverrideConfiguration
java.lang.Object
software.amazon.awssdk.core.RequestOverrideConfiguration
software.amazon.awssdk.core.SdkRequestOverrideConfiguration
Base per-request override configuration for all SDK requests.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create aRequestOverrideConfiguration.Builderinitialized with the properties of thisSdkRequestOverrideConfiguration.Methods inherited from class software.amazon.awssdk.core.RequestOverrideConfiguration
apiCallAttemptTimeout, apiCallTimeout, apiNames, compressionConfiguration, endpointProvider, equals, executionAttributes, hashCode, headers, metricPublishers, plugins, rawQueryParameters, signer 
- 
Method Details
- 
toBuilder
Description copied from class:RequestOverrideConfigurationCreate aRequestOverrideConfiguration.Builderinitialized with the properties of thisSdkRequestOverrideConfiguration.- Specified by:
 toBuilderin classRequestOverrideConfiguration- Returns:
 - A new builder intialized with this config's properties.
 
 - 
builder
 
 -