Interface GetAutoMergingPreviewResponse.Builder

    • 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.