public static interface GetAutoMergingPreviewResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAutoMergingPreviewResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetAutoMergingPreviewResponse.Builder |
numberOfMatchesInSample(Long numberOfMatchesInSample)
The number of match groups in the domain that have been reviewed in this preview dry run.
|
GetAutoMergingPreviewResponse.Builder |
numberOfProfilesInSample(Long numberOfProfilesInSample)
The number of profiles found in this preview dry run.
|
GetAutoMergingPreviewResponse.Builder |
numberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged)
The number of profiles that would be merged if this wasn't a preview dry run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAutoMergingPreviewResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetAutoMergingPreviewResponse.Builder numberOfMatchesInSample(Long numberOfMatchesInSample)
The number of match groups in the domain that have been reviewed in this preview dry run.
numberOfMatchesInSample - The number of match groups in the domain that have been reviewed in this preview dry run.GetAutoMergingPreviewResponse.Builder numberOfProfilesInSample(Long numberOfProfilesInSample)
The number of profiles found in this preview dry run.
numberOfProfilesInSample - The number of profiles found in this preview dry run.GetAutoMergingPreviewResponse.Builder numberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged)
The number of profiles that would be merged if this wasn't a preview dry run.
numberOfProfilesWillBeMerged - The number of profiles that would be merged if this wasn't a preview dry run.Copyright © 2022. All rights reserved.