| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
DataLakeSettings |
DataLakeSettings.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
DataLakeSettings |
DataLakeSettings.clearParametersEntries()
Removes all the entries added into Parameters.
|
DataLakeSettings |
DataLakeSettings.clone() |
DataLakeSettings |
PutDataLakeSettingsRequest.getDataLakeSettings()
A structure representing a list of Lake Formation principals designated as data lake administrators.
|
DataLakeSettings |
GetDataLakeSettingsResult.getDataLakeSettings()
A structure representing a list of Lake Formation principals designated as data lake administrators.
|
DataLakeSettings |
DataLakeSettings.withAllowExternalDataFiltering(Boolean allowExternalDataFiltering)
Whether to allow Amazon EMR clusters to access data managed by Lake Formation.
|
DataLakeSettings |
DataLakeSettings.withAuthorizedSessionTagValueList(Collection<String> authorizedSessionTagValueList)
Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the
user's role while assuming it.
|
DataLakeSettings |
DataLakeSettings.withAuthorizedSessionTagValueList(String... authorizedSessionTagValueList)
Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the
user's role while assuming it.
|
DataLakeSettings |
DataLakeSettings.withCreateDatabaseDefaultPermissions(Collection<PrincipalPermissions> createDatabaseDefaultPermissions)
Specifies whether access control on newly created database is managed by Lake Formation permissions or
exclusively by IAM permissions.
|
DataLakeSettings |
DataLakeSettings.withCreateDatabaseDefaultPermissions(PrincipalPermissions... createDatabaseDefaultPermissions)
Specifies whether access control on newly created database is managed by Lake Formation permissions or
exclusively by IAM permissions.
|
DataLakeSettings |
DataLakeSettings.withCreateTableDefaultPermissions(Collection<PrincipalPermissions> createTableDefaultPermissions)
Specifies whether access control on newly created table is managed by Lake Formation permissions or exclusively
by IAM permissions.
|
DataLakeSettings |
DataLakeSettings.withCreateTableDefaultPermissions(PrincipalPermissions... createTableDefaultPermissions)
Specifies whether access control on newly created table is managed by Lake Formation permissions or exclusively
by IAM permissions.
|
DataLakeSettings |
DataLakeSettings.withDataLakeAdmins(Collection<DataLakePrincipal> dataLakeAdmins)
A list of Lake Formation principals.
|
DataLakeSettings |
DataLakeSettings.withDataLakeAdmins(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.>
|
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.>
|
DataLakeSettings |
DataLakeSettings.withParameters(Map<String,String> parameters)
A key-value map that provides an additional configuration on your data lake.
|
DataLakeSettings |
DataLakeSettings.withTrustedResourceOwners(Collection<String> trustedResourceOwners)
A list of the resource-owning account IDs that the caller's account can use to share their user access details
(user ARNs).
|
DataLakeSettings |
DataLakeSettings.withTrustedResourceOwners(String... trustedResourceOwners)
A list of the resource-owning account IDs that the caller's account can use to share their user access details
(user ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutDataLakeSettingsRequest.setDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of Lake Formation principals designated as data lake administrators.
|
void |
GetDataLakeSettingsResult.setDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of Lake Formation principals designated as data lake administrators.
|
PutDataLakeSettingsRequest |
PutDataLakeSettingsRequest.withDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of Lake Formation principals designated as data lake administrators.
|
GetDataLakeSettingsResult |
GetDataLakeSettingsResult.withDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of Lake Formation principals designated as data lake administrators.
|
Copyright © 2022. All rights reserved.