@Generated(value="software.amazon.awssdk:codegen") public final class AdditionalAuthenticationProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdditionalAuthenticationProvider.Builder,AdditionalAuthenticationProvider>
Describes an additional authentication provider.
Modifier and Type | Class and Description |
---|---|
static interface |
AdditionalAuthenticationProvider.Builder |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
authenticationType()
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
String |
authenticationTypeAsString()
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
static AdditionalAuthenticationProvider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OpenIDConnectConfig |
openIDConnectConfig()
The OpenID Connect configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AdditionalAuthenticationProvider.Builder> |
serializableBuilderClass() |
AdditionalAuthenticationProvider.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
CognitoUserPoolConfig |
userPoolConfig()
The Amazon Cognito user pool configuration.
|
copy
public final AuthenticationType authenticationType()
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
If the service returns an enum value that is not available in the current SDK version,
authenticationType
will return AuthenticationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from authenticationTypeAsString()
.
AuthenticationType
public final String authenticationTypeAsString()
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
If the service returns an enum value that is not available in the current SDK version,
authenticationType
will return AuthenticationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from authenticationTypeAsString()
.
AuthenticationType
public final OpenIDConnectConfig openIDConnectConfig()
The OpenID Connect configuration.
public final CognitoUserPoolConfig userPoolConfig()
The Amazon Cognito user pool configuration.
public AdditionalAuthenticationProvider.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdditionalAuthenticationProvider.Builder,AdditionalAuthenticationProvider>
public static AdditionalAuthenticationProvider.Builder builder()
public static Class<? extends AdditionalAuthenticationProvider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()