public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
apiAccess(ApiAccess apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
User.Builder |
apiAccess(String apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
User.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. |
User.Builder |
createTime(Long createTime)
The timestamp at which the user was created in FinSpace.
|
User.Builder |
emailAddress(String emailAddress)
The email address of the user.
|
User.Builder |
firstName(String firstName)
The first name of the user.
|
User.Builder |
lastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated.
|
User.Builder |
lastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated.
|
User.Builder |
lastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account.
|
User.Builder |
lastModifiedTime(Long lastModifiedTime)
Describes the last time the user was updated.
|
User.Builder |
lastName(String lastName)
The last name of the user.
|
User.Builder |
status(String status)
The current status of the user.
|
User.Builder |
status(UserStatus status)
The current status of the user.
|
User.Builder |
type(String type)
Indicates the type of user.
|
User.Builder |
type(UserType type)
Indicates the type of user.
|
User.Builder |
userId(String userId)
The unique identifier for the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUser.Builder userId(String userId)
The unique identifier for the user.
userId - The unique identifier for the user.User.Builder status(String status)
The current status of the user.
CREATING – The user creation is in progress.
ENABLED – The user is created and is currently active.
DISABLED – The user is currently inactive.
status - The current status of the user.
CREATING – The user creation is in progress.
ENABLED – The user is created and is currently active.
DISABLED – The user is currently inactive.
UserStatus,
UserStatusUser.Builder status(UserStatus status)
The current status of the user.
CREATING – The user creation is in progress.
ENABLED – The user is created and is currently active.
DISABLED – The user is currently inactive.
status - The current status of the user.
CREATING – The user creation is in progress.
ENABLED – The user is created and is currently active.
DISABLED – The user is currently inactive.
UserStatus,
UserStatusUser.Builder firstName(String firstName)
The first name of the user.
firstName - The first name of the user.User.Builder lastName(String lastName)
The last name of the user.
lastName - The last name of the user.User.Builder emailAddress(String emailAddress)
The email address of the user. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
emailAddress - The email address of the user. The email address serves as a uniquer identifier for each user and
cannot be changed after it's created.User.Builder type(String type)
Indicates 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 - Indicates 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,
UserTypeUser.Builder type(UserType type)
Indicates 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 - Indicates 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,
UserTypeUser.Builder apiAccess(String apiAccess)
Indicates 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 - Indicates 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,
ApiAccessUser.Builder apiAccess(ApiAccess apiAccess)
Indicates 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 - Indicates 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,
ApiAccessUser.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.User.Builder createTime(Long createTime)
The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
createTime - The timestamp at which the user was created in FinSpace. The value is determined as epoch time in
milliseconds.User.Builder lastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
lastEnabledTime - Describes the last time the user was activated. The value is determined as epoch time in milliseconds.User.Builder lastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
lastDisabledTime - Describes the last time the user was deactivated. The value is determined as epoch time in
milliseconds.User.Builder lastModifiedTime(Long lastModifiedTime)
Describes the last time the user was updated. The value is determined as epoch time in milliseconds.
lastModifiedTime - Describes the last time the user was updated. The value is determined as epoch time in milliseconds.User.Builder lastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.
lastLoginTime - Describes the last time that the user logged into their account. The value is determined as epoch time
in milliseconds.Copyright © 2023. All rights reserved.