Interface GetAutoMergingPreviewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAutoMergingPreviewRequest.Builder,GetAutoMergingPreviewRequest>,CustomerProfilesRequest.Builder,SdkBuilder<GetAutoMergingPreviewRequest.Builder,GetAutoMergingPreviewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAutoMergingPreviewRequest
public static interface GetAutoMergingPreviewRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetAutoMergingPreviewRequest.Builder,GetAutoMergingPreviewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAutoMergingPreviewRequest.BuilderconflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)How the auto-merging process should resolve conflicts between different profiles.GetAutoMergingPreviewRequest.BuilderconflictResolution(ConflictResolution conflictResolution)How the auto-merging process should resolve conflicts between different profiles.default GetAutoMergingPreviewRequest.Builderconsolidation(Consumer<Consolidation.Builder> consolidation)A list of matching attributes that represent matching criteria.GetAutoMergingPreviewRequest.Builderconsolidation(Consolidation consolidation)A list of matching attributes that represent matching criteria.GetAutoMergingPreviewRequest.BuilderdomainName(String domainName)The unique name of the domain.GetAutoMergingPreviewRequest.BuilderminAllowedConfidenceScoreForMerging(Double minAllowedConfidenceScoreForMerging)Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.GetAutoMergingPreviewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAutoMergingPreviewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
domainName
GetAutoMergingPreviewRequest.Builder domainName(String 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
GetAutoMergingPreviewRequest.Builder consolidation(Consolidation 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.Builderavoiding the need to create one manually viaConsolidation.builder().When the
Consumercompletes,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:
consolidation(Consolidation)
-
conflictResolution
GetAutoMergingPreviewRequest.Builder conflictResolution(ConflictResolution 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.Builderavoiding the need to create one manually viaConflictResolution.builder().When the
Consumercompletes,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:
conflictResolution(ConflictResolution)
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAutoMergingPreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-