public static interface LakeFormationConfiguration.Builder extends SdkPojo, CopyableBuilder<LakeFormationConfiguration.Builder,LakeFormationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LakeFormationConfiguration.Builder |
accountId(String accountId)
Required for cross account crawls.
|
LakeFormationConfiguration.Builder |
useLakeFormationCredentials(Boolean useLakeFormationCredentials)
Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLakeFormationConfiguration.Builder useLakeFormationCredentials(Boolean useLakeFormationCredentials)
Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.
useLakeFormationCredentials - Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role
credentials.LakeFormationConfiguration.Builder accountId(String accountId)
Required for cross account crawls. For same account crawls as the target data, this can be left as null.
accountId - Required for cross account crawls. For same account crawls as the target data, this can be left as
null.Copyright © 2023. All rights reserved.