Class AuthProvider
- java.lang.Object
-
- software.amazon.awssdk.services.appsync.model.AuthProvider
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AuthProvider.Builder,AuthProvider>
@Generated("software.amazon.awssdk:codegen") public final class AuthProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthProvider.Builder,AuthProvider>
Describes an authorization provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuthProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthType()The authorization type.StringauthTypeAsString()The authorization type.static AuthProvider.Builderbuilder()CognitoConfigcognitoConfig()Describes an Amazon Cognito user pool configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LambdaAuthorizerConfiglambdaAuthorizerConfig()Returns the value of the LambdaAuthorizerConfig property for this object.OpenIDConnectConfigopenIDConnectConfig()Returns the value of the OpenIDConnectConfig property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AuthProvider.Builder>serializableBuilderClass()AuthProvider.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authType
public final AuthenticationType authType()
The authorization type.
If the service returns an enum value that is not available in the current SDK version,
authTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The authorization type.
- See Also:
AuthenticationType
-
authTypeAsString
public final String authTypeAsString()
The authorization type.
If the service returns an enum value that is not available in the current SDK version,
authTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The authorization type.
- See Also:
AuthenticationType
-
cognitoConfig
public final CognitoConfig cognitoConfig()
Describes an Amazon Cognito user pool configuration.
- Returns:
- Describes an Amazon Cognito user pool configuration.
-
openIDConnectConfig
public final OpenIDConnectConfig openIDConnectConfig()
Returns the value of the OpenIDConnectConfig property for this object.- Returns:
- The value of the OpenIDConnectConfig property for this object.
-
lambdaAuthorizerConfig
public final LambdaAuthorizerConfig lambdaAuthorizerConfig()
Returns the value of the LambdaAuthorizerConfig property for this object.- Returns:
- The value of the LambdaAuthorizerConfig property for this object.
-
toBuilder
public AuthProvider.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuthProvider.Builder,AuthProvider>
-
builder
public static AuthProvider.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuthProvider.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-