@Stability(value=Stable) public static final class UserPoolIdentityProviderApple.Builder extends Object implements software.amazon.jsii.Builder<UserPoolIdentityProviderApple>
UserPoolIdentityProviderApple.| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderApple.Builder |
attributeMapping(AttributeMapping attributeMapping)
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderApple |
build() |
UserPoolIdentityProviderApple.Builder |
clientId(String clientId)
The client id recognized by Apple APIs.
|
static UserPoolIdentityProviderApple.Builder |
create(software.constructs.Construct scope,
String id) |
UserPoolIdentityProviderApple.Builder |
keyId(String keyId)
The keyId (of the same key, which content has to be later supplied as `privateKey`) for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
privateKey(String privateKey)
The privateKey content for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
scopes(List<String> scopes)
The list of apple permissions to obtain for getting access to the apple profile.
|
UserPoolIdentityProviderApple.Builder |
teamId(String teamId)
The teamId for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
@Stability(value=Stable) public static UserPoolIdentityProviderApple.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.UserPoolIdentityProviderApple.Builder.@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder userPool(IUserPool userPool)
userPool - The user pool to which this construct provides identities. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder attributeMapping(AttributeMapping attributeMapping)
Default: - no attribute mapping
attributeMapping - Mapping attributes from the identity provider to standard and custom attributes of the user pool. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder clientId(String clientId)
clientId - The client id recognized by Apple APIs. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder keyId(String keyId)
keyId - The keyId (of the same key, which content has to be later supplied as `privateKey`) for Apple APIs to authenticate the client. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder privateKey(String privateKey)
privateKey - The privateKey content for Apple APIs to authenticate the client. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder teamId(String teamId)
teamId - The teamId for Apple APIs to authenticate the client. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple.Builder scopes(List<String> scopes)
Default: [ name ]
scopes - The list of apple permissions to obtain for getting access to the apple profile. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderApple build()
build in interface software.amazon.jsii.Builder<UserPoolIdentityProviderApple>Copyright © 2022. All rights reserved.