Interface GetAutoMergingPreviewRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetAutoMergingPreviewRequest.Builder,
,GetAutoMergingPreviewRequest> CustomerProfilesRequest.Builder
,SdkBuilder<GetAutoMergingPreviewRequest.Builder,
,GetAutoMergingPreviewRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetAutoMergingPreviewRequest
@Mutable
@NotThreadSafe
public static interface GetAutoMergingPreviewRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetAutoMergingPreviewRequest.Builder,GetAutoMergingPreviewRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconflictResolution
(Consumer<ConflictResolution.Builder> conflictResolution) How the auto-merging process should resolve conflicts between different profiles.conflictResolution
(ConflictResolution conflictResolution) How the auto-merging process should resolve conflicts between different profiles.consolidation
(Consumer<Consolidation.Builder> consolidation) A list of matching attributes that represent matching criteria.consolidation
(Consolidation consolidation) A list of matching attributes that represent matching criteria.domainName
(String domainName) The unique name of the domain.minAllowedConfidenceScoreForMerging
(Double minAllowedConfidenceScoreForMerging) Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The unique name of the domain.
- Parameters:
domainName
- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consolidation
A list of matching attributes that represent matching criteria.
- Parameters:
consolidation
- A list of matching attributes that represent matching criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consolidation
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 viaConsolidation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconsolidation(Consolidation)
.- Parameters:
consolidation
- a consumer that will call methods onConsolidation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conflictResolution
How the auto-merging process should resolve conflicts between different profiles.
- Parameters:
conflictResolution
- How the auto-merging process should resolve conflicts between different profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conflictResolution
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 viaConflictResolution.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconflictResolution(ConflictResolution)
.- Parameters:
conflictResolution
- a consumer that will call methods onConflictResolution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minAllowedConfidenceScoreForMerging
GetAutoMergingPreviewRequest.Builder minAllowedConfidenceScoreForMerging(Double minAllowedConfidenceScoreForMerging) Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
- Parameters:
minAllowedConfidenceScoreForMerging
- Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAutoMergingPreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetAutoMergingPreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-