public static interface CreateUserRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserRequest.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.default CreateUserRequest.Builder storageRule(Consumer<StorageRuleType.Builder> storageRule)
The amount of storage for the user.
This is a convenience method that creates an instance of theStorageRuleType.Builder avoiding the
need to create one manually via StorageRuleType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to storageRule(StorageRuleType).
storageRule - a consumer that will call methods on StorageRuleType.BuilderstorageRule(StorageRuleType)CreateUserRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.CreateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.