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