public static interface PermissionGroup.Builder extends SdkPojo, CopyableBuilder<PermissionGroup.Builder,PermissionGroup>
| Modifier and Type | Method and Description |
|---|---|
PermissionGroup.Builder |
applicationPermissions(ApplicationPermission... applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
|
PermissionGroup.Builder |
applicationPermissions(Collection<ApplicationPermission> applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
|
PermissionGroup.Builder |
applicationPermissionsWithStrings(Collection<String> applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
|
PermissionGroup.Builder |
applicationPermissionsWithStrings(String... applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
|
PermissionGroup.Builder |
createTime(Long createTime)
The timestamp at which the group was created in FinSpace.
|
PermissionGroup.Builder |
description(String description)
A brief description for the permission group.
|
PermissionGroup.Builder |
lastModifiedTime(Long lastModifiedTime)
Describes the last time the permission group was updated.
|
PermissionGroup.Builder |
name(String name)
The name of the permission group.
|
PermissionGroup.Builder |
permissionGroupId(String permissionGroupId)
The unique identifier for the permission group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPermissionGroup.Builder permissionGroupId(String permissionGroupId)
The unique identifier for the permission group.
permissionGroupId - The unique identifier for the permission group.PermissionGroup.Builder name(String name)
The name of the permission group.
name - The name of the permission group.PermissionGroup.Builder description(String description)
A brief description for the permission group.
description - A brief description for the permission group.PermissionGroup.Builder applicationPermissionsWithStrings(Collection<String> applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
applicationPermissions - Indicates the permissions that are granted to a specific group for accessing the FinSpace
application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
PermissionGroup.Builder applicationPermissionsWithStrings(String... applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
applicationPermissions - Indicates the permissions that are granted to a specific group for accessing the FinSpace
application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
PermissionGroup.Builder applicationPermissions(Collection<ApplicationPermission> applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
applicationPermissions - Indicates the permissions that are granted to a specific group for accessing the FinSpace
application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
PermissionGroup.Builder applicationPermissions(ApplicationPermission... applicationPermissions)
Indicates the permissions that are granted to a specific group for accessing the FinSpace application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
applicationPermissions - Indicates the permissions that are granted to a specific group for accessing the FinSpace
application.
CreateDataset – Group members can create new datasets.
ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks.
ManageUsersAndGroups – Group members can manage users and permission groups.
ManageAttributeSets – Group members can manage attribute sets.
ViewAuditData – Group members can view audit data.
AccessNotebooks – Group members will have access to FinSpace notebooks.
GetTemporaryCredentials – Group members can get temporary API credentials.
PermissionGroup.Builder createTime(Long createTime)
The timestamp at which the group was created in FinSpace. The value is determined as epoch time in milliseconds.
createTime - The timestamp at which the group was created in FinSpace. The value is determined as epoch time in
milliseconds.PermissionGroup.Builder lastModifiedTime(Long lastModifiedTime)
Describes the last time the permission group was updated. The value is determined as epoch time in milliseconds.
lastModifiedTime - Describes the last time the permission group was updated. The value is determined as epoch time in
milliseconds.Copyright © 2022. All rights reserved.