public static interface ReportConfiguration.Builder extends SdkPojo, CopyableBuilder<ReportConfiguration.Builder,ReportConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ReportConfiguration.Builder |
reportS3Configuration(Consumer<ReportS3Configuration.Builder> reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
|
ReportConfiguration.Builder |
reportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportConfiguration.Builder reportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
reportS3Configuration - Configuration of an S3 location to write error reports and events for a batch load.default ReportConfiguration.Builder reportS3Configuration(Consumer<ReportS3Configuration.Builder> reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
This is a convenience method that creates an instance of theReportS3Configuration.Builder avoiding
the need to create one manually via ReportS3Configuration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to reportS3Configuration(ReportS3Configuration).
reportS3Configuration - a consumer that will call methods on ReportS3Configuration.BuilderreportS3Configuration(ReportS3Configuration)Copyright © 2023. All rights reserved.