StructuredPojo
, ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
@Generated("software.amazon.awssdk:codegen") public class AdminCreateUserConfigType extends Object implements StructuredPojo, ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
The type of configuration for creating a new user profile.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AdminCreateUserConfigType.Builder |
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowAdminCreateUserOnly() |
Set to
True if only the administrator is allowed to create user profiles. |
static AdminCreateUserConfigType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
MessageTemplateType |
inviteMessageTemplate() |
The message template to be used for the welcome message to new users.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends AdminCreateUserConfigType.Builder> |
serializableBuilderClass() |
|
AdminCreateUserConfigType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
unusedAccountValidityDays() |
The user account expiration limit, in days, after which the account is no longer usable.
|
public 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 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.
AdminCreateUser
again, specifying
"RESEND"
for the MessageAction
parameter. The default value for this parameter
is 7.public MessageTemplateType inviteMessageTemplate()
The message template to be used for the welcome message to new users.
public AdminCreateUserConfigType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdminCreateUserConfigType.Builder,AdminCreateUserConfigType>
public static AdminCreateUserConfigType.Builder builder()
public static Class<? extends AdminCreateUserConfigType.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.