Uses of Interface
software.amazon.awssdk.services.securitylake.model.CreateCustomLogSourceRequest.Builder
-
Packages that use CreateCustomLogSourceRequest.Builder Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.model -
-
Uses of CreateCustomLogSourceRequest.Builder in software.amazon.awssdk.services.securitylake
Method parameters in software.amazon.awssdk.services.securitylake with type arguments of type CreateCustomLogSourceRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateCustomLogSourceResponse>SecurityLakeAsyncClient. createCustomLogSource(Consumer<CreateCustomLogSourceRequest.Builder> createCustomLogSourceRequest)Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source.default CreateCustomLogSourceResponseSecurityLakeClient. createCustomLogSource(Consumer<CreateCustomLogSourceRequest.Builder> createCustomLogSourceRequest)Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. -
Uses of CreateCustomLogSourceRequest.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return CreateCustomLogSourceRequest.Builder Modifier and Type Method Description static CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest. builder()default CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. configuration(Consumer<CustomLogSourceConfiguration.Builder> configuration)The configuration for the third-party custom source.CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. configuration(CustomLogSourceConfiguration configuration)The configuration for the third-party custom source.CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. eventClasses(String... eventClasses)The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake.CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. eventClasses(Collection<String> eventClasses)The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake.CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. sourceName(String sourceName)Specify the name for a third-party custom source.CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest.Builder. sourceVersion(String sourceVersion)Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source.CreateCustomLogSourceRequest.BuilderCreateCustomLogSourceRequest. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type CreateCustomLogSourceRequest.Builder Modifier and Type Method Description static Class<? extends CreateCustomLogSourceRequest.Builder>CreateCustomLogSourceRequest. serializableBuilderClass()
-