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()
Create a
RequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration . |
apiCallAttemptTimeout, apiCallTimeout, apiNames, headers, metricPublishers, rawQueryParameters, signer
public Optional<AwsCredentialsProvider> credentialsProvider()
AwsCredentialsProvider
that will provide credentials to be used to authenticate this request.AwsCredentialsProvider
.public AwsRequestOverrideConfiguration.Builder toBuilder()
RequestOverrideConfiguration
RequestOverrideConfiguration.Builder
initialized with the properties of this SdkRequestOverrideConfiguration
.toBuilder
in class RequestOverrideConfiguration
public static AwsRequestOverrideConfiguration.Builder builder()
public boolean equals(Object o)
equals
in class RequestOverrideConfiguration
public int hashCode()
hashCode
in class RequestOverrideConfiguration
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.