@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePermissionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePermissionGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePermissionGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getApplicationPermissions()
The permissions that are granted to a specific group for accessing the FinSpace application.
|
String |
getClientToken()
A token that ensures idempotency.
|
String |
getDescription()
A brief description for the permission group.
|
String |
getName()
The name of the permission group.
|
String |
getPermissionGroupId()
The unique identifier for the permission group to update.
|
int |
hashCode() |
void |
setApplicationPermissions(Collection<String> applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
|
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setDescription(String description)
A brief description for the permission group.
|
void |
setName(String name)
The name of the permission group.
|
void |
setPermissionGroupId(String permissionGroupId)
The unique identifier for the permission group to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePermissionGroupRequest |
withApplicationPermissions(ApplicationPermission... applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
|
UpdatePermissionGroupRequest |
withApplicationPermissions(Collection<String> applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
|
UpdatePermissionGroupRequest |
withApplicationPermissions(String... applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
|
UpdatePermissionGroupRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdatePermissionGroupRequest |
withDescription(String description)
A brief description for the permission group.
|
UpdatePermissionGroupRequest |
withName(String name)
The name of the permission group.
|
UpdatePermissionGroupRequest |
withPermissionGroupId(String permissionGroupId)
The unique identifier for the permission group to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPermissionGroupId(String permissionGroupId)
The unique identifier for the permission group to update.
permissionGroupId
- The unique identifier for the permission group to update.public String getPermissionGroupId()
The unique identifier for the permission group to update.
public UpdatePermissionGroupRequest withPermissionGroupId(String permissionGroupId)
The unique identifier for the permission group to update.
permissionGroupId
- The unique identifier for the permission group to update.public void setName(String name)
The name of the permission group.
name
- The name of the permission group.public String getName()
The name of the permission group.
public UpdatePermissionGroupRequest withName(String name)
The name of the permission group.
name
- The name of the permission group.public void setDescription(String description)
A brief description for the permission group.
description
- A brief description for the permission group.public String getDescription()
A brief description for the permission group.
public UpdatePermissionGroupRequest withDescription(String description)
A brief description for the permission group.
description
- A brief description for the permission group.public List<String> getApplicationPermissions()
The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows
users to grant themselves or others access to any functionality in their FinSpace environment's application. It
should only be granted to trusted users.
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. This is a privileged
permission that allows users to grant themselves or others access to any functionality in the application. It
should only be granted to trusted users.
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.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows users to grant themselves or others access to any functionality in their FinSpace environment's
application. It should only be granted to trusted users.
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. This is a
privileged permission that allows users to grant themselves or others access to any functionality in the
application. It should only be granted to trusted users.
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.
ApplicationPermission
public void setApplicationPermissions(Collection<String> applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows
users to grant themselves or others access to any functionality in their FinSpace environment's application. It
should only be granted to trusted users.
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. This is a privileged
permission that allows users to grant themselves or others access to any functionality in the application. It
should only be granted to trusted users.
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
- The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows users to grant themselves or others access to any functionality in their FinSpace environment's
application. It should only be granted to trusted users.
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. This is a
privileged permission that allows users to grant themselves or others access to any functionality in the
application. It should only be granted to trusted users.
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.
ApplicationPermission
public UpdatePermissionGroupRequest withApplicationPermissions(String... applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows
users to grant themselves or others access to any functionality in their FinSpace environment's application. It
should only be granted to trusted users.
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. This is a privileged
permission that allows users to grant themselves or others access to any functionality in the application. It
should only be granted to trusted users.
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.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationPermissions(java.util.Collection)
or
withApplicationPermissions(java.util.Collection)
if you want to override the existing values.
applicationPermissions
- The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows users to grant themselves or others access to any functionality in their FinSpace environment's
application. It should only be granted to trusted users.
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. This is a
privileged permission that allows users to grant themselves or others access to any functionality in the
application. It should only be granted to trusted users.
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.
ApplicationPermission
public UpdatePermissionGroupRequest withApplicationPermissions(Collection<String> applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows
users to grant themselves or others access to any functionality in their FinSpace environment's application. It
should only be granted to trusted users.
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. This is a privileged
permission that allows users to grant themselves or others access to any functionality in the application. It
should only be granted to trusted users.
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
- The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows users to grant themselves or others access to any functionality in their FinSpace environment's
application. It should only be granted to trusted users.
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. This is a
privileged permission that allows users to grant themselves or others access to any functionality in the
application. It should only be granted to trusted users.
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.
ApplicationPermission
public UpdatePermissionGroupRequest withApplicationPermissions(ApplicationPermission... applicationPermissions)
The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows
users to grant themselves or others access to any functionality in their FinSpace environment's application. It
should only be granted to trusted users.
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. This is a privileged
permission that allows users to grant themselves or others access to any functionality in the application. It
should only be granted to trusted users.
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
- The permissions that are granted to a specific group for accessing the FinSpace application.
When assigning application permissions, be aware that the permission ManageUsersAndGroups
allows users to grant themselves or others access to any functionality in their FinSpace environment's
application. It should only be granted to trusted users.
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. This is a
privileged permission that allows users to grant themselves or others access to any functionality in the
application. It should only be granted to trusted users.
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.
ApplicationPermission
public void setClientToken(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.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdatePermissionGroupRequest withClientToken(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.public String toString()
toString
in class Object
Object.toString()
public UpdatePermissionGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()