Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateUserRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateUserRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static CreateUserRequest.Builder |
builder() |
|
String |
emailAddress() |
The email address of the user.
|
boolean |
equals(Object obj) |
|
String |
givenName() |
The given name of the user.
|
int |
hashCode() |
|
String |
organizationId() |
The ID of the organization.
|
String |
password() |
The password of the user.
|
static Class<? extends CreateUserRequest.Builder> |
serializableBuilderClass() |
|
StorageRuleType |
storageRule() |
The amount of storage for the user.
|
String |
surname() |
The surname of the user.
|
String |
timeZoneId() |
The time zone ID of the user.
|
CreateUserRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
username() |
The login name of the user.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String organizationId()
The ID of the organization.
public String username()
The login name of the user.
public String emailAddress()
The email address of the user.
public String givenName()
The given name of the user.
public String surname()
The surname of the user.
public String password()
The password of the user.
public String timeZoneId()
The time zone ID of the user.
public StorageRuleType storageRule()
The amount of storage for the user.
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public CreateUserRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
public static CreateUserRequest.Builder builder()
public static Class<? extends CreateUserRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.