| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportingLocation.Builder |
ExportingLocation.builder() |
default ExportingLocation.Builder |
ExportingLocation.Builder.s3Exporting(Consumer<S3ExportingLocation.Builder> s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
|
ExportingLocation.Builder |
ExportingLocation.Builder.s3Exporting(S3ExportingLocation s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
|
ExportingLocation.Builder |
ExportingLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportingLocation.Builder> |
ExportingLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
default GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
Copyright © 2022. All rights reserved.