public static final class UserPoolIdentityProviderApple.Builder
extends java.lang.Object
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(java.lang.String clientId)
The client id recognized by Apple APIs.
|
static UserPoolIdentityProviderApple.Builder |
create(software.constructs.Construct scope,
java.lang.String id) |
UserPoolIdentityProviderApple.Builder |
keyId(java.lang.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(java.lang.String privateKey)
The privateKey content for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
scopes(java.util.List<java.lang.String> scopes)
The list of apple permissions to obtain for getting access to the apple profile.
|
UserPoolIdentityProviderApple.Builder |
teamId(java.lang.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.
|
public static UserPoolIdentityProviderApple.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.UserPoolIdentityProviderApple.Builder
.public UserPoolIdentityProviderApple.Builder userPool(IUserPool userPool)
userPool
- The user pool to which this construct provides identities. This parameter is required.this
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
public UserPoolIdentityProviderApple.Builder clientId(java.lang.String clientId)
clientId
- The client id recognized by Apple APIs. This parameter is required.this
public UserPoolIdentityProviderApple.Builder keyId(java.lang.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
public UserPoolIdentityProviderApple.Builder privateKey(java.lang.String privateKey)
privateKey
- The privateKey content for Apple APIs to authenticate the client. This parameter is required.this
public UserPoolIdentityProviderApple.Builder teamId(java.lang.String teamId)
teamId
- The teamId for Apple APIs to authenticate the client. This parameter is required.this
public UserPoolIdentityProviderApple.Builder scopes(java.util.List<java.lang.String> scopes)
Default: [ name ]
scopes
- The list of apple permissions to obtain for getting access to the apple profile. This parameter is required.this
public UserPoolIdentityProviderApple build()