CopyableBuilder<UserPoolType.Builder,UserPoolType>
, SdkBuilder<UserPoolType.Builder,UserPoolType>
public static interface UserPoolType.Builder extends CopyableBuilder<UserPoolType.Builder,UserPoolType>
Modifier and Type | Method | Description |
---|---|---|
UserPoolType.Builder |
adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig) |
The configuration for
AdminCreateUser requests. |
UserPoolType.Builder |
aliasAttributes(String... aliasAttributes) |
Specifies the attributes that are aliased in a user pool.
|
UserPoolType.Builder |
aliasAttributes(Collection<String> aliasAttributes) |
Specifies the attributes that are aliased in a user pool.
|
UserPoolType.Builder |
aliasAttributes(AliasAttributeType... aliasAttributes) |
Specifies the attributes that are aliased in a user pool.
|
UserPoolType.Builder |
autoVerifiedAttributes(String... autoVerifiedAttributes) |
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType.Builder |
autoVerifiedAttributes(Collection<String> autoVerifiedAttributes) |
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType.Builder |
autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) |
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType.Builder |
creationDate(Date creationDate) |
The date the user pool was created.
|
UserPoolType.Builder |
deviceConfiguration(DeviceConfigurationType deviceConfiguration) |
The device configuration.
|
UserPoolType.Builder |
emailConfiguration(EmailConfigurationType emailConfiguration) |
The email configuration.
|
UserPoolType.Builder |
emailConfigurationFailure(String emailConfigurationFailure) |
The reason why the email configuration cannot send the messages to your users.
|
UserPoolType.Builder |
emailVerificationMessage(String emailVerificationMessage) |
The contents of the email verification message.
|
UserPoolType.Builder |
emailVerificationSubject(String emailVerificationSubject) |
The subject of the email verification message.
|
UserPoolType.Builder |
estimatedNumberOfUsers(Integer estimatedNumberOfUsers) |
A number estimating the size of the user pool.
|
UserPoolType.Builder |
id(String id) |
The ID of the user pool.
|
UserPoolType.Builder |
lambdaConfig(LambdaConfigType lambdaConfig) |
A container for the AWS Lambda triggers associated with a user pool.
|
UserPoolType.Builder |
lastModifiedDate(Date lastModifiedDate) |
The date the user pool was last modified.
|
UserPoolType.Builder |
mfaConfiguration(String mfaConfiguration) |
Can be one of the following values:
|
UserPoolType.Builder |
mfaConfiguration(UserPoolMfaType mfaConfiguration) |
Can be one of the following values:
|
UserPoolType.Builder |
name(String name) |
The name of the user pool.
|
UserPoolType.Builder |
policies(UserPoolPolicyType policies) |
A container for the policies associated with a user pool.
|
UserPoolType.Builder |
schemaAttributes(Collection<SchemaAttributeType> schemaAttributes) |
A container with the schema attributes of a user pool.
|
UserPoolType.Builder |
schemaAttributes(SchemaAttributeType... schemaAttributes) |
A container with the schema attributes of a user pool.
|
UserPoolType.Builder |
smsAuthenticationMessage(String smsAuthenticationMessage) |
The contents of the SMS authentication message.
|
UserPoolType.Builder |
smsConfiguration(SmsConfigurationType smsConfiguration) |
The SMS configuration.
|
UserPoolType.Builder |
smsConfigurationFailure(String smsConfigurationFailure) |
The reason why the SMS configuration cannot send the messages to your users.
|
UserPoolType.Builder |
smsVerificationMessage(String smsVerificationMessage) |
The contents of the SMS verification message.
|
UserPoolType.Builder |
status(String status) |
The status of a user pool.
|
UserPoolType.Builder |
status(StatusType status) |
The status of a user pool.
|
UserPoolType.Builder |
userPoolTags(Map<String,String> userPoolTags) |
The cost allocation tags for the user pool.
|
copy
apply, build
UserPoolType.Builder id(String id)
The ID of the user pool.
id
- The ID of the user pool.UserPoolType.Builder name(String name)
The name of the user pool.
name
- The name of the user pool.UserPoolType.Builder policies(UserPoolPolicyType policies)
A container for the policies associated with a user pool.
policies
- A container for the policies associated with a user pool.UserPoolType.Builder lambdaConfig(LambdaConfigType lambdaConfig)
A container for the AWS Lambda triggers associated with a user pool.
lambdaConfig
- A container for the AWS Lambda triggers associated with a user pool.UserPoolType.Builder status(String status)
The status of a user pool.
status
- The status of a user pool.StatusType
UserPoolType.Builder status(StatusType status)
The status of a user pool.
status
- The status of a user pool.StatusType
UserPoolType.Builder lastModifiedDate(Date lastModifiedDate)
The date the user pool was last modified.
lastModifiedDate
- The date the user pool was last modified.UserPoolType.Builder creationDate(Date creationDate)
The date the user pool was created.
creationDate
- The date the user pool was created.UserPoolType.Builder schemaAttributes(Collection<SchemaAttributeType> schemaAttributes)
A container with the schema attributes of a user pool.
schemaAttributes
- A container with the schema attributes of a user pool.UserPoolType.Builder schemaAttributes(SchemaAttributeType... schemaAttributes)
A container with the schema attributes of a user pool.
NOTE: This method appends the values to the existing list (if any). Use
#setSchemaAttributes(java.util.Collection)
or #withSchemaAttributes(java.util.Collection)
if
you want to override the existing values.
schemaAttributes
- A container with the schema attributes of a user pool.UserPoolType.Builder autoVerifiedAttributes(Collection<String> autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
autoVerifiedAttributes
- Specifies the attributes that are auto-verified in a user pool.VerifiedAttributeType
UserPoolType.Builder autoVerifiedAttributes(String... autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
NOTE: This method appends the values to the existing list (if any). Use
#setAutoVerifiedAttributes(java.util.Collection)
or
#withAutoVerifiedAttributes(java.util.Collection)
if you want to override the existing values.
autoVerifiedAttributes
- Specifies the attributes that are auto-verified in a user pool.VerifiedAttributeType
UserPoolType.Builder autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
NOTE: This method appends the values to the existing list (if any). Use
#setAutoVerifiedAttributes(java.util.Collection)
or
#withAutoVerifiedAttributes(java.util.Collection)
if you want to override the existing values.
autoVerifiedAttributes
- Specifies the attributes that are auto-verified in a user pool.VerifiedAttributeType
UserPoolType.Builder aliasAttributes(Collection<String> aliasAttributes)
Specifies the attributes that are aliased in a user pool.
aliasAttributes
- Specifies the attributes that are aliased in a user pool.AliasAttributeType
UserPoolType.Builder aliasAttributes(String... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
NOTE: This method appends the values to the existing list (if any). Use
#setAliasAttributes(java.util.Collection)
or #withAliasAttributes(java.util.Collection)
if
you want to override the existing values.
aliasAttributes
- Specifies the attributes that are aliased in a user pool.AliasAttributeType
UserPoolType.Builder aliasAttributes(AliasAttributeType... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
NOTE: This method appends the values to the existing list (if any). Use
#setAliasAttributes(java.util.Collection)
or #withAliasAttributes(java.util.Collection)
if
you want to override the existing values.
aliasAttributes
- Specifies the attributes that are aliased in a user pool.AliasAttributeType
UserPoolType.Builder smsVerificationMessage(String smsVerificationMessage)
The contents of the SMS verification message.
smsVerificationMessage
- The contents of the SMS verification message.UserPoolType.Builder emailVerificationMessage(String emailVerificationMessage)
The contents of the email verification message.
emailVerificationMessage
- The contents of the email verification message.UserPoolType.Builder emailVerificationSubject(String emailVerificationSubject)
The subject of the email verification message.
emailVerificationSubject
- The subject of the email verification message.UserPoolType.Builder smsAuthenticationMessage(String smsAuthenticationMessage)
The contents of the SMS authentication message.
smsAuthenticationMessage
- The contents of the SMS authentication message.UserPoolType.Builder mfaConfiguration(String mfaConfiguration)
Can be one of the following values:
OFF
- MFA tokens are not required and cannot be specified during user registration.
ON
- MFA tokens are required for all user registrations. You can only specify required when you
are initially creating a user pool.
OPTIONAL
- Users have the option when registering to create an MFA token.
mfaConfiguration
- Can be one of the following values:
OFF
- MFA tokens are not required and cannot be specified during user registration.
ON
- MFA tokens are required for all user registrations. You can only specify required
when you are initially creating a user pool.
OPTIONAL
- Users have the option when registering to create an MFA token.
UserPoolMfaType
UserPoolType.Builder mfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
OFF
- MFA tokens are not required and cannot be specified during user registration.
ON
- MFA tokens are required for all user registrations. You can only specify required when you
are initially creating a user pool.
OPTIONAL
- Users have the option when registering to create an MFA token.
mfaConfiguration
- Can be one of the following values:
OFF
- MFA tokens are not required and cannot be specified during user registration.
ON
- MFA tokens are required for all user registrations. You can only specify required
when you are initially creating a user pool.
OPTIONAL
- Users have the option when registering to create an MFA token.
UserPoolMfaType
UserPoolType.Builder deviceConfiguration(DeviceConfigurationType deviceConfiguration)
The device configuration.
deviceConfiguration
- The device configuration.UserPoolType.Builder estimatedNumberOfUsers(Integer estimatedNumberOfUsers)
A number estimating the size of the user pool.
estimatedNumberOfUsers
- A number estimating the size of the user pool.UserPoolType.Builder emailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration.
emailConfiguration
- The email configuration.UserPoolType.Builder smsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
smsConfiguration
- The SMS configuration.UserPoolType.Builder userPoolTags(Map<String,String> userPoolTags)
The cost allocation tags for the user pool. For more information, see Adding Cost Allocation Tags to Your User Pool
userPoolTags
- The cost allocation tags for the user pool. For more information, see Adding Cost Allocation Tags to Your User PoolUserPoolType.Builder smsConfigurationFailure(String smsConfigurationFailure)
The reason why the SMS configuration cannot send the messages to your users.
smsConfigurationFailure
- The reason why the SMS configuration cannot send the messages to your users.UserPoolType.Builder emailConfigurationFailure(String emailConfigurationFailure)
The reason why the email configuration cannot send the messages to your users.
emailConfigurationFailure
- The reason why the email configuration cannot send the messages to your users.UserPoolType.Builder adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)
The configuration for AdminCreateUser
requests.
adminCreateUserConfig
- The configuration for AdminCreateUser
requests.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.