Interface GetAutoMergingPreviewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAutoMergingPreviewResponse.Builder,
,GetAutoMergingPreviewResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetAutoMergingPreviewResponse.Builder,
,GetAutoMergingPreviewResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAutoMergingPreviewResponse
@Mutable
@NotThreadSafe
public static interface GetAutoMergingPreviewResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The unique name of the domain.numberOfMatchesInSample
(Long numberOfMatchesInSample) The number of match groups in the domain that have been reviewed in this preview dry run.numberOfProfilesInSample
(Long numberOfProfilesInSample) The number of profiles found in this preview dry run.numberOfProfilesWillBeMerged
(Long numberOfProfilesWillBeMerged) The number of profiles that would be merged if this wasn't a preview dry run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
numberOfMatchesInSample
The number of match groups in the domain that have been reviewed in this preview dry run.
- Parameters:
numberOfMatchesInSample
- The number of match groups in the domain that have been reviewed in this preview dry run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfProfilesInSample
The number of profiles found in this preview dry run.
- Parameters:
numberOfProfilesInSample
- The number of profiles found in this preview dry run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfProfilesWillBeMerged
GetAutoMergingPreviewResponse.Builder numberOfProfilesWillBeMerged(Long numberOfProfilesWillBeMerged) The number of profiles that would be merged if this wasn't a preview dry run.
- Parameters:
numberOfProfilesWillBeMerged
- The number of profiles that would be merged if this wasn't a preview dry run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-