Uses of Interface
software.amazon.awssdk.services.securitylake.model.CustomLogSourceConfiguration.Builder
-
Packages that use CustomLogSourceConfiguration.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of CustomLogSourceConfiguration.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return CustomLogSourceConfiguration.Builder Modifier and Type Method Description static CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration. builder()default CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration.Builder. crawlerConfiguration(Consumer<CustomLogSourceCrawlerConfiguration.Builder> crawlerConfiguration)The configuration for the Glue Crawler for the third-party custom source.CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration.Builder. crawlerConfiguration(CustomLogSourceCrawlerConfiguration crawlerConfiguration)The configuration for the Glue Crawler for the third-party custom source.default CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration.Builder. providerIdentity(Consumer<AwsIdentity.Builder> providerIdentity)The identity of the log provider for the third-party custom source.CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration.Builder. providerIdentity(AwsIdentity providerIdentity)The identity of the log provider for the third-party custom source.CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type CustomLogSourceConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomLogSourceConfiguration.Builder>CustomLogSourceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type CustomLogSourceConfiguration.Builder Modifier and Type Method Description default CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. configuration(Consumer<CustomLogSourceConfiguration.Builder> configuration)The configuration for the third-party custom source.
-