public static interface HttpAuthorization.Builder extends SdkPojo, CopyableBuilder<HttpAuthorization.Builder,HttpAuthorization>
| Modifier and Type | Method and Description |
|---|---|
default HttpAuthorization.Builder |
sigv4(Consumer<SigV4Authorization.Builder> sigv4)
Use Sig V4 authorization.
|
HttpAuthorization.Builder |
sigv4(SigV4Authorization sigv4)
Use Sig V4 authorization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpAuthorization.Builder sigv4(SigV4Authorization sigv4)
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
sigv4 - Use Sig V4 authorization. For more information, see Signature Version 4
Signing Process.default HttpAuthorization.Builder sigv4(Consumer<SigV4Authorization.Builder> sigv4)
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
This is a convenience that creates an instance of theSigV4Authorization.Builder avoiding the need to
create one manually via SigV4Authorization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sigv4(SigV4Authorization).sigv4 - a consumer that will call methods on SigV4Authorization.Buildersigv4(SigV4Authorization)Copyright © 2022. All rights reserved.