CopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
, SdkBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
public static interface AdminCreateUserConfigType.Builder extends CopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
Modifier and Type | Method | Description |
---|---|---|
AdminCreateUserConfigType.Builder |
allowAdminCreateUserOnly(Boolean allowAdminCreateUserOnly) |
Set to
True if only the administrator is allowed to create user profiles. |
AdminCreateUserConfigType.Builder |
inviteMessageTemplate(MessageTemplateType inviteMessageTemplate) |
The message template to be used for the welcome message to new users.
|
AdminCreateUserConfigType.Builder |
unusedAccountValidityDays(Integer unusedAccountValidityDays) |
The user account expiration limit, in days, after which the account is no longer usable.
|
copy
apply, build
AdminCreateUserConfigType.Builder allowAdminCreateUserOnly(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.
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.AdminCreateUserConfigType.Builder unusedAccountValidityDays(Integer unusedAccountValidityDays)
The user account expiration limit, in days, after which the account 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.
unusedAccountValidityDays
- The user account expiration limit, in days, after which the account 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.AdminCreateUserConfigType.Builder inviteMessageTemplate(MessageTemplateType inviteMessageTemplate)
The message template to be used for the welcome message to new users.
inviteMessageTemplate
- The message template to be used for the welcome message to new users.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.