Interface User.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<User.Builder,
,User> SdkBuilder<User.Builder,
,User> SdkPojo
- Enclosing class:
User
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the user can use theGetProgrammaticAccessCredentials
API to obtain credentials that can then be used to access other FinSpace Data API operations.Indicates whether the user can use theGetProgrammaticAccessCredentials
API to obtain credentials that can then be used to access other FinSpace Data API operations.apiAccessPrincipalArn
(String apiAccessPrincipalArn) The ARN identifier of an AWS user or role that is allowed to call theGetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.createTime
(Long createTime) The timestamp at which the user was created in FinSpace.emailAddress
(String emailAddress) The email address of the user.The first name of the user.lastDisabledTime
(Long lastDisabledTime) Describes the last time the user was deactivated.lastEnabledTime
(Long lastEnabledTime) Describes the last time the user was activated.lastLoginTime
(Long lastLoginTime) Describes the last time that the user logged into their account.lastModifiedTime
(Long lastModifiedTime) Describes the last time the user was updated.The last name of the user.The current status of the user.status
(UserStatus status) The current status of the user.Indicates the type of user.Indicates the type of user.The unique identifier for the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userId
The unique identifier for the user.
- Parameters:
userId
- The unique identifier for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
firstName
The first name of the user.
- Parameters:
firstName
- The first name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
The last name of the user.
- Parameters:
lastName
- The last name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
apiAccess
- Indicates whether the user can use theGetProgrammaticAccessCredentials
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
apiAccess
- Indicates whether the user can use theGetProgrammaticAccessCredentials
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.- Parameters:
apiAccessPrincipalArn
- The ARN identifier of an AWS user or role that is allowed to call theGetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
- Parameters:
createTime
- The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastEnabledTime
Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
- Parameters:
lastEnabledTime
- Describes the last time the user was activated. The value is determined as epoch time in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDisabledTime
Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
- Parameters:
lastDisabledTime
- Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
Describes the last time the user was updated. The value is determined as epoch time in milliseconds.
- Parameters:
lastModifiedTime
- Describes the last time the user was updated. The value is determined as epoch time in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastLoginTime
Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.
- Parameters:
lastLoginTime
- Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-