Interface BackendAPIAppSyncAuthSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BackendAPIAppSyncAuthSettings.Builder,,- BackendAPIAppSyncAuthSettings> - SdkBuilder<BackendAPIAppSyncAuthSettings.Builder,,- BackendAPIAppSyncAuthSettings> - SdkPojo
- Enclosing class:
- BackendAPIAppSyncAuthSettings
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cognitoUserPoolIdThe 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.
 
- 
descriptionThe 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.
 
- 
expirationTimeThe 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.
 
- 
openIDAuthTTLThe 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.
 
- 
openIDClientIdThe 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.
 
- 
openIDIatTTLThe 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.
 
- 
openIDIssueURLThe 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.
 
- 
openIDProviderNameThe 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.
 
 
-