src/sample/SampleApp.java [31:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final AWSCloudTrailProcessingExecutor executor = new AWSCloudTrailProcessingExecutor
                        .Builder(new SampleEventsProcessor(), "/sample/awscloudtrailprocessinglibrary.properties")
                        .withSourceFilter(new SampleSourceFilter())
                        .withEventFilter(new SampleEventFilter())
                        .withProgressReporter(new SampleProgressReporter())
                        .withExceptionHandler(new SampleExceptionHandler())
                        .build();
        executor.start();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/sample/SampleApp.java [57:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                final AWSCloudTrailProcessingExecutor executor = new AWSCloudTrailProcessingExecutor
                        .Builder(new SampleEventsProcessor(), "/sample/awscloudtrailprocessinglibrary.properties")
                        .withSourceFilter(new SampleSourceFilter())
                        .withEventFilter(new SampleEventFilter())
                        .withProgressReporter(new SampleProgressReporter())
                        .withExceptionHandler(new SampleExceptionHandler())
                        .build();
                executor.start();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



