Uses of Interface
software.amazon.awssdk.services.securitylake.model.CreateAwsLogSourceRequest.Builder
-
Packages that use CreateAwsLogSourceRequest.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 CreateAwsLogSourceRequest.Builder in software.amazon.awssdk.services.securitylake
Method parameters in software.amazon.awssdk.services.securitylake with type arguments of type CreateAwsLogSourceRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateAwsLogSourceResponse>SecurityLakeAsyncClient. createAwsLogSource(Consumer<CreateAwsLogSourceRequest.Builder> createAwsLogSourceRequest)Adds a natively supported Amazon Web Service as an Amazon Security Lake source.default CreateAwsLogSourceResponseSecurityLakeClient. createAwsLogSource(Consumer<CreateAwsLogSourceRequest.Builder> createAwsLogSourceRequest)Adds a natively supported Amazon Web Service as an Amazon Security Lake source. -
Uses of CreateAwsLogSourceRequest.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return CreateAwsLogSourceRequest.Builder Modifier and Type Method Description static CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest. builder()CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. sources(Collection<AwsLogSourceConfiguration> sources)Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. sources(Consumer<AwsLogSourceConfiguration.Builder>... sources)Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. sources(AwsLogSourceConfiguration... sources)Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type CreateAwsLogSourceRequest.Builder Modifier and Type Method Description static Class<? extends CreateAwsLogSourceRequest.Builder>CreateAwsLogSourceRequest. serializableBuilderClass()
-