public static interface UpdateUserRequest.Builder extends FinspaceDataRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.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. |
UpdateUserRequest.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. |
UpdateUserRequest.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. |
UpdateUserRequest.Builder |
clientToken(String clientToken)
A token that ensures idempotency.
|
UpdateUserRequest.Builder |
firstName(String firstName)
The first name of the user.
|
UpdateUserRequest.Builder |
lastName(String lastName)
The last name of the user.
|
UpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserRequest.Builder |
type(String type)
The option to indicate the type of user.
|
UpdateUserRequest.Builder |
type(UserType type)
The option to indicate the type of user.
|
UpdateUserRequest.Builder |
userId(String userId)
The unique identifier for the user that you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserRequest.Builder userId(String userId)
The unique identifier for the user that you want to update.
userId - The unique identifier for the user that you want to update.UpdateUserRequest.Builder type(String type)
The option to indicate the type of user.
SUPER_USER– A user with permission to all the functionality and data in FinSpace.
APP_USER – A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type - The option to indicate the type of user.
SUPER_USER– A user with permission to all the functionality and data in FinSpace.
APP_USER – A user with specific permissions in FinSpace. The users are assigned
permissions by adding them to a permission group.
UserType,
UserTypeUpdateUserRequest.Builder type(UserType type)
The option to indicate the type of user.
SUPER_USER– A user with permission to all the functionality and data in FinSpace.
APP_USER – A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type - The option to indicate the type of user.
SUPER_USER– A user with permission to all the functionality and data in FinSpace.
APP_USER – A user with specific permissions in FinSpace. The users are assigned
permissions by adding them to a permission group.
UserType,
UserTypeUpdateUserRequest.Builder firstName(String firstName)
The first name of the user.
firstName - The first name of the user.UpdateUserRequest.Builder lastName(String lastName)
The last name of the user.
lastName - The last name of the user.UpdateUserRequest.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.
ENABLED – The user has permissions to use the APIs.
DISABLED – The user does not have permissions to use any APIs.
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.
ENABLED – The user has permissions to use the APIs.
DISABLED – The user does not have permissions to use any APIs.
ApiAccess,
ApiAccessUpdateUserRequest.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.
ENABLED – The user has permissions to use the APIs.
DISABLED – The user does not have permissions to use any APIs.
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.
ENABLED – The user has permissions to use the APIs.
DISABLED – The user does not have permissions to use any APIs.
ApiAccess,
ApiAccessUpdateUserRequest.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.
This must be an IAM role within your FinSpace account.
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. This must be an IAM role within your FinSpace account.UpdateUserRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.