public static interface ExportingConfig.Builder extends SdkPojo, CopyableBuilder<ExportingConfig.Builder,ExportingConfig>
| Modifier and Type | Method and Description |
|---|---|
default ExportingConfig.Builder |
s3Exporting(Consumer<S3ExportingConfig.Builder> s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
|
ExportingConfig.Builder |
s3Exporting(S3ExportingConfig s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportingConfig.Builder s3Exporting(S3ExportingConfig s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
s3Exporting - The S3 location where Identity Resolution Jobs write result files.default ExportingConfig.Builder s3Exporting(Consumer<S3ExportingConfig.Builder> s3Exporting)
The S3 location where Identity Resolution Jobs write result files.
This is a convenience method that creates an instance of theS3ExportingConfig.Builder avoiding the
need to create one manually via S3ExportingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Exporting(S3ExportingConfig).
s3Exporting - a consumer that will call methods on S3ExportingConfig.Builders3Exporting(S3ExportingConfig)Copyright © 2022. All rights reserved.