@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePermissionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePermissionGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePermissionGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getApplicationPermissions()
The option to indicate FinSpace application permissions that are granted to a specific group.
|
String |
getClientToken()
A token that ensures idempotency.
|
String |
getDescription()
A brief description for the permission group.
|
String |
getName()
The name of the permission group.
|
int |
hashCode() |
void |
setApplicationPermissions(Collection<String> applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
CreatePermissionGroupRequest |
withApplicationPermissions(ApplicationPermission... applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
|
CreatePermissionGroupRequest |
withApplicationPermissions(Collection<String> applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
|
CreatePermissionGroupRequest |
withApplicationPermissions(String... applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
|
CreatePermissionGroupRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
CreatePermissionGroupRequest |
withDescription(String description)
A brief description for the permission group.
|
CreatePermissionGroupRequest |
withName(String name)
The name of the permission group.
|
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 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 CreatePermissionGroupRequest 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 CreatePermissionGroupRequest withDescription(String description)
A brief description for the permission group.
description
- A brief description for the permission group.public List<String> getApplicationPermissions()
The option to indicate FinSpace application permissions that are granted to a specific group.
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 option to indicate FinSpace application permissions that are granted to a specific group.
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 option to indicate FinSpace application permissions that are granted to a specific group.
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 CreatePermissionGroupRequest withApplicationPermissions(String... applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
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 option to indicate FinSpace application permissions that are granted to a specific group.
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 CreatePermissionGroupRequest withApplicationPermissions(Collection<String> applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
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 option to indicate FinSpace application permissions that are granted to a specific group.
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 CreatePermissionGroupRequest withApplicationPermissions(ApplicationPermission... applicationPermissions)
The option to indicate FinSpace application permissions that are granted to a specific group.
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 option to indicate FinSpace application permissions that are granted to a specific group.
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 CreatePermissionGroupRequest 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 CreatePermissionGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()