@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthorizationConfig.Builder,AuthorizationConfig>
The authorization config 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 required by the HTTP endpoint.
|
String |
authorizationTypeAsString()
The authorization type required by the HTTP endpoint.
|
AwsIamConfig |
awsIamConfig()
The AWS IAM settings.
|
static AuthorizationConfig.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public AuthorizationType authorizationType()
The authorization type required by the HTTP endpoint.
AWS_IAM: The authorization type is 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 Sigv4.
AuthorizationType
public String authorizationTypeAsString()
The authorization type required by the HTTP endpoint.
AWS_IAM: The authorization type is 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 Sigv4.
AuthorizationType
public AwsIamConfig awsIamConfig()
The AWS IAM settings.
public AuthorizationConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AuthorizationConfig.Builder,AuthorizationConfig>
public static AuthorizationConfig.Builder builder()
public static Class<? extends AuthorizationConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.