Interface BackendAPIAppSyncAuthSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BackendAPIAppSyncAuthSettings.Builder,
,BackendAPIAppSyncAuthSettings> SdkBuilder<BackendAPIAppSyncAuthSettings.Builder,
,BackendAPIAppSyncAuthSettings> SdkPojo
- Enclosing class:
BackendAPIAppSyncAuthSettings
-
Method Summary
Modifier and TypeMethodDescriptioncognitoUserPoolId
(String cognitoUserPoolId) The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.description
(String description) The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.expirationTime
(Double expirationTime) The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.openIDAuthTTL
(String openIDAuthTTL) The expiry time for the OpenID authentication mechanism.openIDClientId
(String openIDClientId) The clientID for openID, if openID was used as an authentication setting to access your data models.openIDIatTTL
(String openIDIatTTL) The expiry time for the OpenID authentication mechanism.openIDIssueURL
(String openIDIssueURL) The openID issuer URL, if openID was used as an authentication setting to access your data models.openIDProviderName
(String openIDProviderName) The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cognitoUserPoolId
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
- Parameters:
cognitoUserPoolId
- The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
- Parameters:
description
- The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationTime
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
- Parameters:
expirationTime
- The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openIDAuthTTL
The expiry time for the OpenID authentication mechanism.
- Parameters:
openIDAuthTTL
- The expiry time for the OpenID authentication mechanism.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openIDClientId
The clientID for openID, if openID was used as an authentication setting to access your data models.
- Parameters:
openIDClientId
- The clientID for openID, if openID was used as an authentication setting to access your data models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openIDIatTTL
The expiry time for the OpenID authentication mechanism.
- Parameters:
openIDIatTTL
- The expiry time for the OpenID authentication mechanism.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openIDIssueURL
The openID issuer URL, if openID was used as an authentication setting to access your data models.
- Parameters:
openIDIssueURL
- The openID issuer URL, if openID was used as an authentication setting to access your data models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openIDProviderName
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
- Parameters:
openIDProviderName
- The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-