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