Uses of Interface
software.amazon.awssdk.services.securitylake.model.CustomLogSourceCrawlerConfiguration.Builder
-
Packages that use CustomLogSourceCrawlerConfiguration.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of CustomLogSourceCrawlerConfiguration.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return CustomLogSourceCrawlerConfiguration.Builder Modifier and Type Method Description static CustomLogSourceCrawlerConfiguration.BuilderCustomLogSourceCrawlerConfiguration. builder()CustomLogSourceCrawlerConfiguration.BuilderCustomLogSourceCrawlerConfiguration.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler.CustomLogSourceCrawlerConfiguration.BuilderCustomLogSourceCrawlerConfiguration. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type CustomLogSourceCrawlerConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomLogSourceCrawlerConfiguration.Builder>CustomLogSourceCrawlerConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type CustomLogSourceCrawlerConfiguration.Builder Modifier and Type Method Description default CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration.Builder. crawlerConfiguration(Consumer<CustomLogSourceCrawlerConfiguration.Builder> crawlerConfiguration)The configuration for the Glue Crawler for the third-party custom source.
-