@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthorizationConfig.Builder,AuthorizationConfig>
The authorization configuration in case the HTTP endpoint requires authorization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
authorizationType()
The authorization type that the HTTP endpoint requires.
|
String |
authorizationTypeAsString()
The authorization type that the HTTP endpoint requires.
|
AwsIamConfig |
awsIamConfig()
The Identity and Access Management (IAM) settings.
|
static AuthorizationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthorizationConfig.Builder> |
serializableBuilderClass() |
AuthorizationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AuthorizationType authorizationType()
The authorization type that the HTTP endpoint requires.
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
If the service returns an enum value that is not available in the current SDK version, authorizationType
will return AuthorizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from authorizationTypeAsString().
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
AuthorizationTypepublic final String authorizationTypeAsString()
The authorization type that the HTTP endpoint requires.
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
If the service returns an enum value that is not available in the current SDK version, authorizationType
will return AuthorizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from authorizationTypeAsString().
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
AuthorizationTypepublic final AwsIamConfig awsIamConfig()
The Identity and Access Management (IAM) settings.
public AuthorizationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthorizationConfig.Builder,AuthorizationConfig>public static AuthorizationConfig.Builder builder()
public static Class<? extends AuthorizationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.