Interface Statistics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Statistics.Builder,,- Statistics> - SdkBuilder<Statistics.Builder,,- Statistics> - SdkPojo
- Enclosing class:
- Statistics
- 
Method SummaryModifier and TypeMethodDescriptionIndicates whether or not DFE statistics generation is enabled at all.autoCompute(Boolean autoCompute) Indicates whether or not automatic statistics generation is enabled.The UTC time at which DFE statistics have most recently been generated.A note about problems in the case where statistics are invalid.default Statistics.BuildersignatureInfo(Consumer<StatisticsSummary.Builder> signatureInfo) A StatisticsSummary structure that contains:signatureInfo(StatisticsSummary signatureInfo) A StatisticsSummary structure that contains:statisticsId(String statisticsId) Reports the ID of the current statistics generation run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
autoComputeIndicates whether or not automatic statistics generation is enabled. - Parameters:
- autoCompute- Indicates whether or not automatic statistics generation is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activeIndicates whether or not DFE statistics generation is enabled at all. - Parameters:
- active- Indicates whether or not DFE statistics generation is enabled at all.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statisticsIdReports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated. - Parameters:
- statisticsId- Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dateThe UTC time at which DFE statistics have most recently been generated. - Parameters:
- date- The UTC time at which DFE statistics have most recently been generated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
noteA note about problems in the case where statistics are invalid. - Parameters:
- note- A note about problems in the case where statistics are invalid.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
signatureInfoA 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.
 - Parameters:
- 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.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
signatureInfoA 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.Builderavoiding the need to create one manually viaStatisticsSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosignatureInfo(StatisticsSummary).- Parameters:
- signatureInfo- a consumer that will call methods on- StatisticsSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
 
-