public static interface AuthorizationConfig.Builder extends SdkPojo, CopyableBuilder<AuthorizationConfig.Builder,AuthorizationConfig>
| Modifier and Type | Method and Description |
|---|---|
AuthorizationConfig.Builder |
authorizationType(AuthorizationType authorizationType)
The authorization type that the HTTP endpoint requires.
|
AuthorizationConfig.Builder |
authorizationType(String authorizationType)
The authorization type that the HTTP endpoint requires.
|
AuthorizationConfig.Builder |
awsIamConfig(AwsIamConfig awsIamConfig)
The Identity and Access Management (IAM) settings.
|
default AuthorizationConfig.Builder |
awsIamConfig(Consumer<AwsIamConfig.Builder> awsIamConfig)
The Identity and Access Management (IAM) settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizationConfig.Builder authorizationType(String authorizationType)
The authorization type that the HTTP endpoint requires.
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
authorizationType - The authorization type that the HTTP endpoint requires.
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
AuthorizationType,
AuthorizationTypeAuthorizationConfig.Builder authorizationType(AuthorizationType authorizationType)
The authorization type that the HTTP endpoint requires.
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
authorizationType - The authorization type that the HTTP endpoint requires.
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
AuthorizationType,
AuthorizationTypeAuthorizationConfig.Builder awsIamConfig(AwsIamConfig awsIamConfig)
The Identity and Access Management (IAM) settings.
awsIamConfig - The Identity and Access Management (IAM) settings.default AuthorizationConfig.Builder awsIamConfig(Consumer<AwsIamConfig.Builder> awsIamConfig)
The Identity and Access Management (IAM) settings.
This is a convenience method that creates an instance of theAwsIamConfig.Builder avoiding the need
to create one manually via AwsIamConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to awsIamConfig(AwsIamConfig).
awsIamConfig - a consumer that will call methods on AwsIamConfig.BuilderawsIamConfig(AwsIamConfig)Copyright © 2023. All rights reserved.