CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
, SdkBuilder<CreateUserRequest.Builder,CreateUserRequest>
public static interface CreateUserRequest.Builder extends CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateUserRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
CreateUserRequest.Builder |
emailAddress(String emailAddress) |
The email address of the user.
|
CreateUserRequest.Builder |
givenName(String givenName) |
The given name of the user.
|
CreateUserRequest.Builder |
organizationId(String organizationId) |
The ID of the organization.
|
CreateUserRequest.Builder |
password(String password) |
The password of the user.
|
CreateUserRequest.Builder |
storageRule(StorageRuleType storageRule) |
The amount of storage for the user.
|
CreateUserRequest.Builder |
surname(String surname) |
The surname of the user.
|
CreateUserRequest.Builder |
timeZoneId(String timeZoneId) |
The time zone ID of the user.
|
CreateUserRequest.Builder |
username(String username) |
The login name of the user.
|
copy
apply, build
CreateUserRequest.Builder organizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.CreateUserRequest.Builder username(String username)
The login name of the user.
username
- The login name of the user.CreateUserRequest.Builder emailAddress(String emailAddress)
The email address of the user.
emailAddress
- The email address of the user.CreateUserRequest.Builder givenName(String givenName)
The given name of the user.
givenName
- The given name of the user.CreateUserRequest.Builder surname(String surname)
The surname of the user.
surname
- The surname of the user.CreateUserRequest.Builder password(String password)
The password of the user.
password
- The password of the user.CreateUserRequest.Builder timeZoneId(String timeZoneId)
The time zone ID of the user.
timeZoneId
- The time zone ID of the user.CreateUserRequest.Builder storageRule(StorageRuleType storageRule)
The amount of storage for the user.
storageRule
- The amount of storage for the user.CreateUserRequest.Builder authenticationToken(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.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set when using administrative API
actions, as in accessing the API using AWS credentials.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.