java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.V4Properties

@Immutable public final class V4Properties extends Object
A class which contains "properties" relevant to SigV4. These properties can be derived SignerProperty's on a BaseSignRequest.
  • Method Details

    • builder

      public static V4Properties.Builder builder()
    • getCredentials

      public AwsCredentialsIdentity getCredentials()
    • getCredentialScope

      public CredentialScope getCredentialScope()
    • getSigningClock

      public Clock getSigningClock()
    • shouldDoubleUrlEncode

      public boolean shouldDoubleUrlEncode()
    • shouldNormalizePath

      public boolean shouldNormalizePath()