public static interface BackendAPIAppSyncAuthSettings.Builder extends SdkPojo, CopyableBuilder<BackendAPIAppSyncAuthSettings.Builder,BackendAPIAppSyncAuthSettings>
| Modifier and Type | Method and Description |
|---|---|
BackendAPIAppSyncAuthSettings.Builder |
cognitoUserPoolId(String cognitoUserPoolId)
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data
models.
|
BackendAPIAppSyncAuthSettings.Builder |
description(String description)
The API key description for API_KEY, if it was used as an authentication mechanism to access your data
models.
|
BackendAPIAppSyncAuthSettings.Builder |
expirationTime(Double expirationTime)
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data
models.
|
BackendAPIAppSyncAuthSettings.Builder |
openIDAuthTTL(String openIDAuthTTL)
The expiry time for the OpenID authentication mechanism.
|
BackendAPIAppSyncAuthSettings.Builder |
openIDClientId(String openIDClientId)
The clientID for openID, if openID was used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
openIDIatTTL(String openIDIatTTL)
The expiry time for the OpenID authentication mechanism.
|
BackendAPIAppSyncAuthSettings.Builder |
openIDIssueURL(String openIDIssueURL)
The openID issuer URL, if openID was used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
openIDProviderName(String openIDProviderName)
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackendAPIAppSyncAuthSettings.Builder cognitoUserPoolId(String cognitoUserPoolId)
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
cognitoUserPoolId - The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access
your data models.BackendAPIAppSyncAuthSettings.Builder description(String description)
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
description - The API key description for API_KEY, if it was used as an authentication mechanism to access your data
models.BackendAPIAppSyncAuthSettings.Builder expirationTime(Double expirationTime)
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
expirationTime - The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your
data models.BackendAPIAppSyncAuthSettings.Builder openIDAuthTTL(String openIDAuthTTL)
The expiry time for the OpenID authentication mechanism.
openIDAuthTTL - The expiry time for the OpenID authentication mechanism.BackendAPIAppSyncAuthSettings.Builder openIDClientId(String openIDClientId)
The clientID for openID, if openID was used as an authentication setting to access your data models.
openIDClientId - The clientID for openID, if openID was used as an authentication setting to access your data models.BackendAPIAppSyncAuthSettings.Builder openIDIatTTL(String openIDIatTTL)
The expiry time for the OpenID authentication mechanism.
openIDIatTTL - The expiry time for the OpenID authentication mechanism.BackendAPIAppSyncAuthSettings.Builder openIDIssueURL(String openIDIssueURL)
The openID issuer URL, if openID was used as an authentication setting to access your data models.
openIDIssueURL - The openID issuer URL, if openID was used as an authentication setting to access your data models.BackendAPIAppSyncAuthSettings.Builder openIDProviderName(String openIDProviderName)
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
openIDProviderName - The OpenID provider name, if OpenID was used as an authentication mechanism to access your data
models.Copyright © 2022. All rights reserved.