Class UserByPermissionGroup
- java.lang.Object
-
- software.amazon.awssdk.services.finspacedata.model.UserByPermissionGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserByPermissionGroup.Builder,UserByPermissionGroup>
@Generated("software.amazon.awssdk:codegen") public final class UserByPermissionGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserByPermissionGroup.Builder,UserByPermissionGroup>
The structure of a user associated with a permission group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserByPermissionGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiAccessapiAccess()Indicates whether the user can access FinSpace API operations.StringapiAccessAsString()Indicates whether the user can access FinSpace API operations.StringapiAccessPrincipalArn()The IAM ARN identifier that is attached to FinSpace API calls.static UserByPermissionGroup.Builderbuilder()StringemailAddress()The email address of the user.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstName()The first name of the user.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastName()The last name of the user.PermissionGroupMembershipStatusmembershipStatus()Indicates the status of the user within a permission group.StringmembershipStatusAsString()Indicates the status of the user within a permission group.List<SdkField<?>>sdkFields()static Class<? extends UserByPermissionGroup.Builder>serializableBuilderClass()UserStatusstatus()The current status of the user.StringstatusAsString()The current status of the user.UserByPermissionGroup.BuildertoBuilder()StringtoString()Returns a string representation of this object.UserTypetype()Indicates the type of user.StringtypeAsString()Indicates the type of user.StringuserId()The unique identifier for the user.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userId
public final String userId()
The unique identifier for the user.
- Returns:
- The unique identifier for the user.
-
status
public final 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.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUserStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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.
-
- See Also:
UserStatus
-
-
statusAsString
public final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUserStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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.
-
- See Also:
UserStatus
-
-
firstName
public final String firstName()
The first name of the user.
- Returns:
- The first name of the user.
-
lastName
public final String lastName()
The last name of the user.
- Returns:
- The last name of the user.
-
emailAddress
public final String emailAddress()
The email address of the user. The email address serves as a unique identifier for each user and cannot be changed after it's created.
- Returns:
- The email address of the user. The email address serves as a unique identifier for each user and cannot be changed after it's created.
-
type
public final 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.
If the service returns an enum value that is not available in the current SDK version,
typewill returnUserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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.
-
- See Also:
UserType
-
-
typeAsString
public final String typeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
typewill returnUserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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.
-
- See Also:
UserType
-
-
apiAccess
public final ApiAccess apiAccess()
Indicates whether the user can access FinSpace API operations.
-
ENABLED– The user has permissions to use the API operations. -
DISABLED– The user does not have permissions to use any API operations.
If the service returns an enum value that is not available in the current SDK version,
apiAccesswill returnApiAccess.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiAccessAsString().- Returns:
- Indicates whether the user can access FinSpace API operations.
-
ENABLED– The user has permissions to use the API operations. -
DISABLED– The user does not have permissions to use any API operations.
-
- See Also:
ApiAccess
-
-
apiAccessAsString
public final String apiAccessAsString()
Indicates whether the user can access FinSpace API operations.
-
ENABLED– The user has permissions to use the API operations. -
DISABLED– The user does not have permissions to use any API operations.
If the service returns an enum value that is not available in the current SDK version,
apiAccesswill returnApiAccess.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiAccessAsString().- Returns:
- Indicates whether the user can access FinSpace API operations.
-
ENABLED– The user has permissions to use the API operations. -
DISABLED– The user does not have permissions to use any API operations.
-
- See Also:
ApiAccess
-
-
apiAccessPrincipalArn
public final String apiAccessPrincipalArn()
The IAM ARN identifier that is attached to FinSpace API calls.
- Returns:
- The IAM ARN identifier that is attached to FinSpace API calls.
-
membershipStatus
public final PermissionGroupMembershipStatus membershipStatus()
Indicates the status of the user within a permission group.
-
ADDITION_IN_PROGRESS– The user is currently being added to the permission group. -
ADDITION_SUCCESS– The user is successfully added to the permission group. -
REMOVAL_IN_PROGRESS– The user is currently being removed from the permission group.
If the service returns an enum value that is not available in the current SDK version,
membershipStatuswill returnPermissionGroupMembershipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommembershipStatusAsString().- Returns:
- Indicates the status of the user within a permission group.
-
ADDITION_IN_PROGRESS– The user is currently being added to the permission group. -
ADDITION_SUCCESS– The user is successfully added to the permission group. -
REMOVAL_IN_PROGRESS– The user is currently being removed from the permission group.
-
- See Also:
PermissionGroupMembershipStatus
-
-
membershipStatusAsString
public final String membershipStatusAsString()
Indicates the status of the user within a permission group.
-
ADDITION_IN_PROGRESS– The user is currently being added to the permission group. -
ADDITION_SUCCESS– The user is successfully added to the permission group. -
REMOVAL_IN_PROGRESS– The user is currently being removed from the permission group.
If the service returns an enum value that is not available in the current SDK version,
membershipStatuswill returnPermissionGroupMembershipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommembershipStatusAsString().- Returns:
- Indicates the status of the user within a permission group.
-
ADDITION_IN_PROGRESS– The user is currently being added to the permission group. -
ADDITION_SUCCESS– The user is successfully added to the permission group. -
REMOVAL_IN_PROGRESS– The user is currently being removed from the permission group.
-
- See Also:
PermissionGroupMembershipStatus
-
-
toBuilder
public UserByPermissionGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserByPermissionGroup.Builder,UserByPermissionGroup>
-
builder
public static UserByPermissionGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserByPermissionGroup.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-