public static interface Statistics.Builder extends SdkPojo, CopyableBuilder<Statistics.Builder,Statistics>
| Modifier and Type | Method and Description |
|---|---|
Statistics.Builder |
active(Boolean active)
Indicates whether or not DFE statistics generation is enabled at all.
|
Statistics.Builder |
autoCompute(Boolean autoCompute)
Indicates whether or not automatic statistics generation is enabled.
|
Statistics.Builder |
date(Instant date)
The UTC time at which DFE statistics have most recently been generated.
|
Statistics.Builder |
note(String note)
A note about problems in the case where statistics are invalid.
|
default Statistics.Builder |
signatureInfo(Consumer<StatisticsSummary.Builder> signatureInfo)
A StatisticsSummary structure that contains:
|
Statistics.Builder |
signatureInfo(StatisticsSummary signatureInfo)
A StatisticsSummary structure that contains:
|
Statistics.Builder |
statisticsId(String statisticsId)
Reports the ID of the current statistics generation run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatistics.Builder autoCompute(Boolean autoCompute)
Indicates whether or not automatic statistics generation is enabled.
autoCompute - Indicates whether or not automatic statistics generation is enabled.Statistics.Builder active(Boolean active)
Indicates whether or not DFE statistics generation is enabled at all.
active - Indicates whether or not DFE statistics generation is enabled at all.Statistics.Builder statisticsId(String statisticsId)
Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.
statisticsId - Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics
have been generated.Statistics.Builder date(Instant date)
The UTC time at which DFE statistics have most recently been generated.
date - The UTC time at which DFE statistics have most recently been generated.Statistics.Builder note(String note)
A note about problems in the case where statistics are invalid.
note - A note about problems in the case where statistics are invalid.Statistics.Builder signatureInfo(StatisticsSummary signatureInfo)
A StatisticsSummary structure that contains:
signatureCount - The total number of signatures across all characteristic sets.
instanceCount - The total number of characteristic-set instances.
predicateCount - The total number of unique predicates.
signatureInfo - A StatisticsSummary structure that contains:
signatureCount - The total number of signatures across all characteristic sets.
instanceCount - The total number of characteristic-set instances.
predicateCount - The total number of unique predicates.
default Statistics.Builder signatureInfo(Consumer<StatisticsSummary.Builder> signatureInfo)
A StatisticsSummary structure that contains:
signatureCount - The total number of signatures across all characteristic sets.
instanceCount - The total number of characteristic-set instances.
predicateCount - The total number of unique predicates.
StatisticsSummary.Builder avoiding the
need to create one manually via StatisticsSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to signatureInfo(StatisticsSummary).
signatureInfo - a consumer that will call methods on StatisticsSummary.BuildersignatureInfo(StatisticsSummary)Copyright © 2023. All rights reserved.