public final class AwsRequestOverrideConfiguration extends RequestOverrideConfiguration
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRequestOverrideConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRequestOverrideConfiguration.Builder |
builder() |
Optional<AwsCredentialsProvider> |
credentialsProvider()
The optional
AwsCredentialsProvider that will provide credentials to be used to authenticate this request. |
AwsRequestOverrideConfiguration.Builder |
toBuilder()
Create a
RequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration. |
apiCallAttemptTimeout, apiCallTimeout, apiNames, headers, rawQueryParameters, signerpublic Optional<AwsCredentialsProvider> credentialsProvider()
AwsCredentialsProvider that will provide credentials to be used to authenticate this request.AwsCredentialsProvider.public AwsRequestOverrideConfiguration.Builder toBuilder()
RequestOverrideConfigurationRequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration.toBuilder in class RequestOverrideConfigurationpublic static AwsRequestOverrideConfiguration.Builder builder()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.