static BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.builder() |
|
BackendAPIAppSyncAuthSettings.Builder |
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 |
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 |
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 |
BackendAPIAppSyncAuthSettings.Builder.openIDAuthTTL(String openIDAuthTTL) |
The expiry time for the OpenID authentication mechanism.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.Builder.openIDClientId(String openIDClientId) |
The clientID for openID, if openID was used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.Builder.openIDIatTTL(String openIDIatTTL) |
The expiry time for the OpenID authentication mechanism.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.Builder.openIDIssueURL(String openIDIssueURL) |
The openID issuer URL, if openID was used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.Builder.openIDProviderName(String openIDProviderName) |
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.toBuilder() |
|