| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
DataLakePrincipal |
DataLakePrincipal.clone() |
DataLakePrincipal |
GrantPermissionsRequest.getPrincipal()
The principal to be granted the permissions on the resource.
|
DataLakePrincipal |
RevokePermissionsRequest.getPrincipal()
The principal to be revoked permissions on the resource.
|
DataLakePrincipal |
ListPermissionsRequest.getPrincipal()
Specifies a principal to filter the permissions returned.
|
DataLakePrincipal |
BatchPermissionsRequestEntry.getPrincipal()
The principal to be granted a permission.
|
DataLakePrincipal |
PrincipalPermissions.getPrincipal()
The principal who is granted permissions.
|
DataLakePrincipal |
PrincipalResourcePermissions.getPrincipal()
The Data Lake principal to be granted or revoked permissions.
|
DataLakePrincipal |
DataLakePrincipal.withDataLakePrincipalIdentifier(String dataLakePrincipalIdentifier)
An identifier for the Lake Formation principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataLakePrincipal> |
DataLakeSettings.getDataLakeAdmins()
A list of Lake Formation principals.
|
List<DataLakePrincipal> |
DataLakeSettings.getExternalDataFilteringAllowList()
A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data
filtering.>
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrantPermissionsRequest.setPrincipal(DataLakePrincipal principal)
The principal to be granted the permissions on the resource.
|
void |
RevokePermissionsRequest.setPrincipal(DataLakePrincipal principal)
The principal to be revoked permissions on the resource.
|
void |
ListPermissionsRequest.setPrincipal(DataLakePrincipal principal)
Specifies a principal to filter the permissions returned.
|
void |
BatchPermissionsRequestEntry.setPrincipal(DataLakePrincipal principal)
The principal to be granted a permission.
|
void |
PrincipalPermissions.setPrincipal(DataLakePrincipal principal)
The principal who is granted permissions.
|
void |
PrincipalResourcePermissions.setPrincipal(DataLakePrincipal principal)
The Data Lake principal to be granted or revoked permissions.
|
DataLakeSettings |
DataLakeSettings.withDataLakeAdmins(DataLakePrincipal... dataLakeAdmins)
A list of Lake Formation principals.
|
DataLakeSettings |
DataLakeSettings.withExternalDataFilteringAllowList(DataLakePrincipal... externalDataFilteringAllowList)
A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data
filtering.>
|
GrantPermissionsRequest |
GrantPermissionsRequest.withPrincipal(DataLakePrincipal principal)
The principal to be granted the permissions on the resource.
|
RevokePermissionsRequest |
RevokePermissionsRequest.withPrincipal(DataLakePrincipal principal)
The principal to be revoked permissions on the resource.
|
ListPermissionsRequest |
ListPermissionsRequest.withPrincipal(DataLakePrincipal principal)
Specifies a principal to filter the permissions returned.
|
BatchPermissionsRequestEntry |
BatchPermissionsRequestEntry.withPrincipal(DataLakePrincipal principal)
The principal to be granted a permission.
|
PrincipalPermissions |
PrincipalPermissions.withPrincipal(DataLakePrincipal principal)
The principal who is granted permissions.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPrincipal(DataLakePrincipal principal)
The Data Lake principal to be granted or revoked permissions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLakeSettings.setDataLakeAdmins(Collection<DataLakePrincipal> dataLakeAdmins)
A list of Lake Formation principals.
|
void |
DataLakeSettings.setExternalDataFilteringAllowList(Collection<DataLakePrincipal> externalDataFilteringAllowList)
A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data
filtering.>
|
DataLakeSettings |
DataLakeSettings.withDataLakeAdmins(Collection<DataLakePrincipal> dataLakeAdmins)
A list of Lake Formation principals.
|
DataLakeSettings |
DataLakeSettings.withExternalDataFilteringAllowList(Collection<DataLakePrincipal> externalDataFilteringAllowList)
A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data
filtering.>
|
Copyright © 2022. All rights reserved.