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. |
boolean |
equals(Object o) |
int |
hashCode() |
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()
public boolean equals(Object o)
equals in class RequestOverrideConfigurationpublic int hashCode()
hashCode in class RequestOverrideConfigurationCopyright © 2019. All rights reserved.