public static interface CreateUserResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateUserResponse.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
CreateUserResponse.Builder |
userId(String userId)
The identifier of the newly created user in the identity store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserResponse.Builder userId(String userId)
The identifier of the newly created user in the identity store.
userId - The identifier of the newly created user in the identity store.CreateUserResponse.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.Copyright © 2023. All rights reserved.