public static interface Aws4SignerParams.Builder<B extends Aws4SignerParams.Builder>
| Modifier and Type | Method and Description |
|---|---|
B |
awsCredentials(AwsCredentials awsCredentials)
Sets the aws credentials to use for computing the signature.
|
Aws4SignerParams |
build() |
B |
doubleUrlEncode(Boolean doubleUrlEncode)
Set this value to double url-encode the resource path when constructing the
canonical request.
|
B |
signingClockOverride(Clock signingClockOverride)
The clock to use for overriding the signing time when computing signature for a request.
|
B |
signingName(String signingName)
The name of the AWS service to be used for computing the signature.
|
B |
signingRegion(Region signingRegion)
The AWS region to be used for computing the signature.
|
B |
timeOffset(Integer timeOffset)
The time offset (for clock skew correction) to use when computing the signing date for the request.
|
B doubleUrlEncode(Boolean doubleUrlEncode)
doubleUrlEncode - Set true to enable double url encoding. Otherwise false.B awsCredentials(AwsCredentials awsCredentials)
awsCredentials - Aws Credentials to use for computing the signature.B signingName(String signingName)
signingName - Name of the AWS service to be used for computing the signature.B signingRegion(Region signingRegion)
signingRegion - AWS region to be used for computing the signature.B timeOffset(Integer timeOffset)
timeOffset - The time offset (for clock skew correction) to use when computing the signing date for the request.B signingClockOverride(Clock signingClockOverride)
signingClockOverride - The clock to use for overriding the signing time when computing signature for a request.Aws4SignerParams build()
Copyright © 2019. All rights reserved.