@Generated(value="software.amazon.awssdk:codegen") public final class AdminCreateUserConfigType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
The configuration for creating a new user profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdminCreateUserConfigType.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowAdminCreateUserOnly()
Set to
True if only the administrator is allowed to create user profiles. |
static AdminCreateUserConfigType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MessageTemplateType |
inviteMessageTemplate()
The message template to be used for the welcome message to new users.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AdminCreateUserConfigType.Builder> |
serializableBuilderClass() |
AdminCreateUserConfigType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unusedAccountValidityDays()
The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean allowAdminCreateUserOnly()
Set to True if only the administrator is allowed to create user profiles. Set to False
if users can sign themselves up via an app.
True if only the administrator is allowed to create user profiles. Set to
False if users can sign themselves up via an app.public final Integer unusedAccountValidityDays()
The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable.
To reset the account after that time limit, you must call AdminCreateUser again, specifying
"RESEND" for the MessageAction parameter. The default value for this parameter is 7.
If you set a value for TemporaryPasswordValidityDays in PasswordPolicy, that value will
be used, and UnusedAccountValidityDays will be no longer be an available parameter for that user
pool.
AdminCreateUser again,
specifying "RESEND" for the MessageAction parameter. The default value for this
parameter is 7.
If you set a value for TemporaryPasswordValidityDays in PasswordPolicy, that
value will be used, and UnusedAccountValidityDays will be no longer be an available
parameter for that user pool.
public final MessageTemplateType inviteMessageTemplate()
The message template to be used for the welcome message to new users.
See also Customizing User Invitation Messages.
See also Customizing User Invitation Messages.
public AdminCreateUserConfigType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>public static AdminCreateUserConfigType.Builder builder()
public static Class<? extends AdminCreateUserConfigType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.