Class BackendAPIAppSyncAuthSettings
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<BackendAPIAppSyncAuthSettings.Builder,- BackendAPIAppSyncAuthSettings> 
The authentication settings for accessing provisioned data models in your Amplify project.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final StringThe Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.final StringThe API key description for API_KEY, if it was used as an authentication mechanism to access your data models.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final DoubleThe API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe expiry time for the OpenID authentication mechanism.final StringThe clientID for openID, if openID was used as an authentication setting to access your data models.final StringThe expiry time for the OpenID authentication mechanism.final StringThe openID issuer URL, if openID was used as an authentication setting to access your data models.final StringThe OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.static Class<? extends BackendAPIAppSyncAuthSettings.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
cognitoUserPoolIdThe Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models. - Returns:
- The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
 
- 
descriptionThe API key description for API_KEY, if it was used as an authentication mechanism to access your data models. - Returns:
- The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
 
- 
expirationTimeThe API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models. - Returns:
- The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
 
- 
openIDAuthTTLThe expiry time for the OpenID authentication mechanism. - Returns:
- The expiry time for the OpenID authentication mechanism.
 
- 
openIDClientIdThe clientID for openID, if openID was used as an authentication setting to access your data models. - Returns:
- The clientID for openID, if openID was used as an authentication setting to access your data models.
 
- 
openIDIatTTLThe expiry time for the OpenID authentication mechanism. - Returns:
- The expiry time for the OpenID authentication mechanism.
 
- 
openIDIssueURLThe openID issuer URL, if openID was used as an authentication setting to access your data models. - Returns:
- The openID issuer URL, if openID was used as an authentication setting to access your data models.
 
- 
openIDProviderNameThe OpenID provider name, if OpenID was used as an authentication mechanism to access your data models. - Returns:
- The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<BackendAPIAppSyncAuthSettings.Builder,- BackendAPIAppSyncAuthSettings> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-