AttributeSummary.Builder |
AttributeSummary.Builder.attributeName(String attributeName) |
The name of the attribute.
|
static AttributeSummary.Builder |
AttributeSummary.builder() |
|
AttributeSummary.Builder |
AttributeSummary.Builder.mostFrequentValue(String mostFrequentValue) |
The configuration value that is most frequently observed for the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.numberOfMatchedAccounts(Integer numberOfMatchedAccounts) |
The number of accounts with the same configuration value for the attribute that is most frequently observed.
|
AttributeSummary.Builder |
AttributeSummary.Builder.numberOfUnmatchedAccounts(Integer numberOfUnmatchedAccounts) |
The number of accounts with a configuration value different from the most frequently observed value for the
attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.regionalSummaries(Collection<RegionalSummary> regionalSummaries) |
The summary report for each Region for the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.regionalSummaries(Consumer<RegionalSummary.Builder>... regionalSummaries) |
The summary report for each Region for the attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.regionalSummaries(RegionalSummary... regionalSummaries) |
The summary report for each Region for the attribute.
|
AttributeSummary.Builder |
AttributeSummary.toBuilder() |
|