CreateUserRequest.Builder |
CreateUserRequest.Builder.apiAccess(String apiAccess) |
The option to indicate whether the user can use the GetProgrammaticAccessCredentials API to
obtain credentials that can then be used to access other FinSpace Data API operations.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.apiAccess(ApiAccess apiAccess) |
The option to indicate whether the user can use the GetProgrammaticAccessCredentials API to
obtain credentials that can then be used to access other FinSpace Data API operations.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.apiAccessPrincipalArn(String apiAccessPrincipalArn) |
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user.
|
static CreateUserRequest.Builder |
CreateUserRequest.builder() |
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.clientToken(String clientToken) |
A token that ensures idempotency.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.emailAddress(String emailAddress) |
The email address of the user that you want to register.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.firstName(String firstName) |
The first name of the user that you want to register.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.lastName(String lastName) |
The last name of the user that you want to register.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateUserRequest.Builder |
CreateUserRequest.toBuilder() |
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.type(String type) |
The option to indicate the type of user.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.type(UserType type) |
The option to indicate the type of user.
|