public static interface Aws4SignerParams.Builder<B extends Aws4SignerParams.Builder<B>>
| Modifier and Type | Method and Description |
|---|---|
B |
awsCredentials(AwsCredentials awsCredentials)
Sets the aws credentials to use for computing the signature.
|
Aws4SignerParams |
build() |
B |
checksumParams(SignerChecksumParams checksumParams)
Checksum params required to compute the Checksum while data is read for signing the Checksum.
|
B |
doubleUrlEncode(Boolean doubleUrlEncode)
Set this value to double url-encode the resource path when constructing the
canonical request.
|
B |
normalizePath(Boolean normalizePath)
Whether the resource path should be "normalized" according to RFC3986 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 normalizePath(Boolean normalizePath)
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.B checksumParams(SignerChecksumParams checksumParams)
checksumParams - SignerChecksumParams that defines the Algorithm and headers to pass Checksum.Aws4SignerParams build()
Copyright © 2023. All rights reserved.