Interface GetAutoMergingPreviewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>,CustomerProfilesResponse.Builder,SdkBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAutoMergingPreviewResponse
public static interface GetAutoMergingPreviewResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetAutoMergingPreviewResponse.Builder,GetAutoMergingPreviewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAutoMergingPreviewResponse.BuilderdomainName(String domainName)The unique name of the domain.GetAutoMergingPreviewResponse.BuildernumberOfMatchesInSample(Long numberOfMatchesInSample)The number of match groups in the domain that have been reviewed in this preview dry run.GetAutoMergingPreviewResponse.BuildernumberOfProfilesInSample(Long numberOfProfilesInSample)The number of profiles found in this preview dry run.GetAutoMergingPreviewResponse.BuildernumberOfProfilesWillBeMerged(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
domainName
GetAutoMergingPreviewResponse.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.
-
numberOfMatchesInSample
GetAutoMergingPreviewResponse.Builder numberOfMatchesInSample(Long 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
GetAutoMergingPreviewResponse.Builder numberOfProfilesInSample(Long 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.
-
-