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() |
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()
toBuilder in class RequestOverrideConfigurationpublic static AwsRequestOverrideConfiguration.Builder builder()
Copyright © 2019. All rights reserved.