| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStats.Builder |
JobStats.builder() |
JobStats.Builder |
JobStats.Builder.numberOfMatchesFound(Long numberOfMatchesFound)
The number of matches found.
|
JobStats.Builder |
JobStats.Builder.numberOfMergesDone(Long numberOfMergesDone)
The number of merges completed.
|
JobStats.Builder |
JobStats.Builder.numberOfProfilesReviewed(Long numberOfProfilesReviewed)
The number of profiles reviewed.
|
JobStats.Builder |
JobStats.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobStats.Builder> |
JobStats.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IdentityResolutionJob.Builder |
IdentityResolutionJob.Builder.jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about an Identity Resolution Job.
|
default GetIdentityResolutionJobResponse.Builder |
GetIdentityResolutionJobResponse.Builder.jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about the Identity Resolution Job.
|
Copyright © 2022. All rights reserved.