Uses of Interface
software.amazon.awssdk.services.glue.model.LakeFormationConfiguration.Builder
-
Packages that use LakeFormationConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LakeFormationConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LakeFormationConfiguration.Builder Modifier and Type Method Description LakeFormationConfiguration.BuilderLakeFormationConfiguration.Builder. accountId(String accountId)Required for cross account crawls.static LakeFormationConfiguration.BuilderLakeFormationConfiguration. builder()LakeFormationConfiguration.BuilderLakeFormationConfiguration. toBuilder()LakeFormationConfiguration.BuilderLakeFormationConfiguration.Builder. useLakeFormationCredentials(Boolean useLakeFormationCredentials)Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type LakeFormationConfiguration.Builder Modifier and Type Method Description static Class<? extends LakeFormationConfiguration.Builder>LakeFormationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type LakeFormationConfiguration.Builder Modifier and Type Method Description default Crawler.BuilderCrawler.Builder. lakeFormationConfiguration(Consumer<LakeFormationConfiguration.Builder> lakeFormationConfiguration)Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.default CreateCrawlerRequest.BuilderCreateCrawlerRequest.Builder. lakeFormationConfiguration(Consumer<LakeFormationConfiguration.Builder> lakeFormationConfiguration)Specifies Lake Formation configuration settings for the crawler.default UpdateCrawlerRequest.BuilderUpdateCrawlerRequest.Builder. lakeFormationConfiguration(Consumer<LakeFormationConfiguration.Builder> lakeFormationConfiguration)Specifies Lake Formation configuration settings for the crawler.
-