StructuredPojo
, ToCopyableBuilder<UserPoolType.Builder,UserPoolType>
@Generated("software.amazon.awssdk:codegen") public class UserPoolType extends Object implements StructuredPojo, ToCopyableBuilder<UserPoolType.Builder,UserPoolType>
A container for information about the user pool type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UserPoolType.Builder |
Modifier and Type | Method | Description |
---|---|---|
AdminCreateUserConfigType |
adminCreateUserConfig() |
The configuration for
AdminCreateUser requests. |
List<String> |
aliasAttributes() |
Specifies the attributes that are aliased in a user pool.
|
List<String> |
autoVerifiedAttributes() |
Specifies the attributes that are auto-verified in a user pool.
|
static UserPoolType.Builder |
builder() |
|
Date |
creationDate() |
The date the user pool was created.
|
DeviceConfigurationType |
deviceConfiguration() |
The device configuration.
|
EmailConfigurationType |
emailConfiguration() |
The email configuration.
|
String |
emailConfigurationFailure() |
The reason why the email configuration cannot send the messages to your users.
|
String |
emailVerificationMessage() |
The contents of the email verification message.
|
String |
emailVerificationSubject() |
The subject of the email verification message.
|
boolean |
equals(Object obj) |
|
Integer |
estimatedNumberOfUsers() |
A number estimating the size of the user pool.
|
int |
hashCode() |
|
String |
id() |
The ID of the user pool.
|
LambdaConfigType |
lambdaConfig() |
A container for the AWS Lambda triggers associated with a user pool.
|
Date |
lastModifiedDate() |
The date the user pool was last modified.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
mfaConfiguration() |
Can be one of the following values:
|
String |
name() |
The name of the user pool.
|
UserPoolPolicyType |
policies() |
A container for the policies associated with a user pool.
|
List<SchemaAttributeType> |
schemaAttributes() |
A container with the schema attributes of a user pool.
|
static Class<? extends UserPoolType.Builder> |
serializableBuilderClass() |
|
String |
smsAuthenticationMessage() |
The contents of the SMS authentication message.
|
SmsConfigurationType |
smsConfiguration() |
The SMS configuration.
|
String |
smsConfigurationFailure() |
The reason why the SMS configuration cannot send the messages to your users.
|
String |
smsVerificationMessage() |
The contents of the SMS verification message.
|
String |
status() |
The status of a user pool.
|
UserPoolType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Map<String,String> |
userPoolTags() |
The cost allocation tags for the user pool.
|
public String id()
The ID of the user pool.
public String name()
The name of the user pool.
public UserPoolPolicyType policies()
A container for the policies associated with a user pool.
public LambdaConfigType lambdaConfig()
A container for the AWS Lambda triggers associated with a user pool.
public String status()
The status of a user pool.
StatusType
public Date lastModifiedDate()
The date the user pool was last modified.
public Date creationDate()
The date the user pool was created.
public List<SchemaAttributeType> schemaAttributes()
A container with the schema attributes of a user pool.
public List<String> autoVerifiedAttributes()
Specifies the attributes that are auto-verified in a user pool.
VerifiedAttributeType
public List<String> aliasAttributes()
Specifies the attributes that are aliased in a user pool.
AliasAttributeType
public String smsVerificationMessage()
The contents of the SMS verification message.
public String emailVerificationMessage()
The contents of the email verification message.
public String emailVerificationSubject()
The subject of the email verification message.
public String smsAuthenticationMessage()
The contents of the SMS authentication message.
public 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.
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
public DeviceConfigurationType deviceConfiguration()
The device configuration.
public Integer estimatedNumberOfUsers()
A number estimating the size of the user pool.
public EmailConfigurationType emailConfiguration()
The email configuration.
public SmsConfigurationType smsConfiguration()
The SMS configuration.
public Map<String,String> userPoolTags()
The cost allocation tags for the user pool. For more information, see Adding Cost Allocation Tags to Your User Pool
public String smsConfigurationFailure()
The reason why the SMS configuration cannot send the messages to your users.
public String emailConfigurationFailure()
The reason why the email configuration cannot send the messages to your users.
public AdminCreateUserConfigType adminCreateUserConfig()
The configuration for AdminCreateUser
requests.
AdminCreateUser
requests.public UserPoolType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserPoolType.Builder,UserPoolType>
public static UserPoolType.Builder builder()
public static Class<? extends UserPoolType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.