| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.builder() |
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.Builder.cognitoUserPoolId(String cognitoUserPoolId)
The Amazon Cognito user pool ID, if Amazon Cognito is 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 is 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 is 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 is 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 is used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.Builder.openIDProviderName(String openIDProviderName)
The openID provider name, if openID is used as an authentication mechanism to access your data models.
|
BackendAPIAppSyncAuthSettings.Builder |
BackendAPIAppSyncAuthSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BackendAPIAppSyncAuthSettings.Builder> |
BackendAPIAppSyncAuthSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BackendAPIAuthType.Builder |
BackendAPIAuthType.Builder.settings(Consumer<BackendAPIAppSyncAuthSettings.Builder> settings)
Describes settings for the authentication mode.
|
Copyright © 2021. All rights reserved.