| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
LakeFormationConfiguration |
LakeFormationConfiguration.clone() |
LakeFormationConfiguration |
CreateCrawlerRequest.getLakeFormationConfiguration()
Specifies Lake Formation configuration settings for the crawler.
|
LakeFormationConfiguration |
UpdateCrawlerRequest.getLakeFormationConfiguration()
Specifies Lake Formation configuration settings for the crawler.
|
LakeFormationConfiguration |
Crawler.getLakeFormationConfiguration()
Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role
credentials.
|
LakeFormationConfiguration |
LakeFormationConfiguration.withAccountId(String accountId)
Required for cross account crawls.
|
LakeFormationConfiguration |
LakeFormationConfiguration.withUseLakeFormationCredentials(Boolean useLakeFormationCredentials)
Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCrawlerRequest.setLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies Lake Formation configuration settings for the crawler.
|
void |
UpdateCrawlerRequest.setLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies Lake Formation configuration settings for the crawler.
|
void |
Crawler.setLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role
credentials.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies Lake Formation configuration settings for the crawler.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies Lake Formation configuration settings for the crawler.
|
Crawler |
Crawler.withLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role
credentials.
|
Copyright © 2023. All rights reserved.