| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
DataLakePrincipal |
RevokePermissionsRequest.principal()
The principal to be revoked permissions on the resource.
|
DataLakePrincipal |
ListPermissionsRequest.principal()
Specifies a principal to filter the permissions returned.
|
DataLakePrincipal |
BatchPermissionsRequestEntry.principal()
The principal to be granted a permission.
|
DataLakePrincipal |
DeleteLakeFormationOptInRequest.principal()
Returns the value of the Principal property for this object.
|
DataLakePrincipal |
PrincipalResourcePermissions.principal()
The Data Lake principal to be granted or revoked permissions.
|
DataLakePrincipal |
CreateLakeFormationOptInRequest.principal()
Returns the value of the Principal property for this object.
|
DataLakePrincipal |
GrantPermissionsRequest.principal()
The principal to be granted the permissions on the resource.
|
DataLakePrincipal |
PrincipalPermissions.principal()
The principal who is granted permissions.
|
DataLakePrincipal |
ListLakeFormationOptInsRequest.principal()
Returns the value of the Principal property for this object.
|
DataLakePrincipal |
LakeFormationOptInsInfo.principal()
Returns the value of the Principal property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataLakePrincipal> |
DataLakeSettings.dataLakeAdmins()
A list of Lake Formation principals.
|
List<DataLakePrincipal> |
DataLakeSettings.externalDataFilteringAllowList()
A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data
filtering.>
|
List<DataLakePrincipal> |
DataLakeSettings.readOnlyAdmins()
A list of Lake Formation principals with only view access to the resources, without the ability to make changes.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeSettings.Builder |
DataLakeSettings.Builder.dataLakeAdmins(DataLakePrincipal... dataLakeAdmins)
A list of Lake Formation principals.
|
DataLakeSettings.Builder |
DataLakeSettings.Builder.externalDataFilteringAllowList(DataLakePrincipal... externalDataFilteringAllowList)
A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data
filtering.>
|
RevokePermissionsRequest.Builder |
RevokePermissionsRequest.Builder.principal(DataLakePrincipal principal)
The principal to be revoked permissions on the resource.
|
ListPermissionsRequest.Builder |
ListPermissionsRequest.Builder.principal(DataLakePrincipal principal)
Specifies a principal to filter the permissions returned.
|
BatchPermissionsRequestEntry.Builder |
BatchPermissionsRequestEntry.Builder.principal(DataLakePrincipal principal)
The principal to be granted a permission.
|
DeleteLakeFormationOptInRequest.Builder |
DeleteLakeFormationOptInRequest.Builder.principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
PrincipalResourcePermissions.Builder |
PrincipalResourcePermissions.Builder.principal(DataLakePrincipal principal)
The Data Lake principal to be granted or revoked permissions.
|
CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
GrantPermissionsRequest.Builder |
GrantPermissionsRequest.Builder.principal(DataLakePrincipal principal)
The principal to be granted the permissions on the resource.
|
PrincipalPermissions.Builder |
PrincipalPermissions.Builder.principal(DataLakePrincipal principal)
The principal who is granted permissions.
|
ListLakeFormationOptInsRequest.Builder |
ListLakeFormationOptInsRequest.Builder.principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
LakeFormationOptInsInfo.Builder |
LakeFormationOptInsInfo.Builder.principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
DataLakeSettings.Builder |
DataLakeSettings.Builder.readOnlyAdmins(DataLakePrincipal... readOnlyAdmins)
A list of Lake Formation principals with only view access to the resources, without the ability to make
changes.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeSettings.Builder |
DataLakeSettings.Builder.dataLakeAdmins(Collection<DataLakePrincipal> dataLakeAdmins)
A list of Lake Formation principals.
|
DataLakeSettings.Builder |
DataLakeSettings.Builder.externalDataFilteringAllowList(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.Builder |
DataLakeSettings.Builder.readOnlyAdmins(Collection<DataLakePrincipal> readOnlyAdmins)
A list of Lake Formation principals with only view access to the resources, without the ability to make
changes.
|
Copyright © 2023. All rights reserved.