public static interface GetAutoMergingPreviewRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetAutoMergingPreviewRequest.Builder,GetAutoMergingPreviewRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAutoMergingPreviewRequest.Builder |
conflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
default GetAutoMergingPreviewRequest.Builder |
conflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
GetAutoMergingPreviewRequest.Builder |
consolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria.
|
default GetAutoMergingPreviewRequest.Builder |
consolidation(Consumer<Consolidation.Builder> consolidation)
A list of matching attributes that represent matching criteria.
|
GetAutoMergingPreviewRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetAutoMergingPreviewRequest.Builder |
minAllowedConfidenceScoreForMerging(Double minAllowedConfidenceScoreForMerging)
Minimum confidence score required for profiles within a matching group to be merged during the auto-merge
process.
|
GetAutoMergingPreviewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAutoMergingPreviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAutoMergingPreviewRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetAutoMergingPreviewRequest.Builder consolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria.
consolidation - A list of matching attributes that represent matching criteria.default GetAutoMergingPreviewRequest.Builder consolidation(Consumer<Consolidation.Builder> consolidation)
A list of matching attributes that represent matching criteria.
This is a convenience method that creates an instance of theConsolidation.Builder avoiding the need
to create one manually via Consolidation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to consolidation(Consolidation).
consolidation - a consumer that will call methods on Consolidation.Builderconsolidation(Consolidation)GetAutoMergingPreviewRequest.Builder conflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
conflictResolution - How the auto-merging process should resolve conflicts between different profiles.default GetAutoMergingPreviewRequest.Builder conflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
This is a convenience method that creates an instance of theConflictResolution.Builder avoiding the
need to create one manually via ConflictResolution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to conflictResolution(ConflictResolution).
conflictResolution - a consumer that will call methods on ConflictResolution.BuilderconflictResolution(ConflictResolution)GetAutoMergingPreviewRequest.Builder minAllowedConfidenceScoreForMerging(Double minAllowedConfidenceScoreForMerging)
Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
minAllowedConfidenceScoreForMerging - Minimum confidence score required for profiles within a matching group to be merged during the
auto-merge process.GetAutoMergingPreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAutoMergingPreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.