public static class RuleSummaryReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RuleSummaryReport |
build() |
RuleSummaryReport.Builder |
copy(RuleSummaryReport model) |
RuleSummaryReport.Builder |
ingestTimeRulesCount(Integer ingestTimeRulesCount)
The count of ingest time rules.
|
RuleSummaryReport.Builder |
savedSearchRulesCount(Integer savedSearchRulesCount)
The count of saved search rules.
|
RuleSummaryReport.Builder |
totalCount(Integer totalCount)
The total count of detection rules.
|
public RuleSummaryReport.Builder totalCount(Integer totalCount)
The total count of detection rules.
totalCount
- the value to setpublic RuleSummaryReport.Builder ingestTimeRulesCount(Integer ingestTimeRulesCount)
The count of ingest time rules.
ingestTimeRulesCount
- the value to setpublic RuleSummaryReport.Builder savedSearchRulesCount(Integer savedSearchRulesCount)
The count of saved search rules.
savedSearchRulesCount
- the value to setpublic RuleSummaryReport build()
public RuleSummaryReport.Builder copy(RuleSummaryReport model)
Copyright © 2016–2024. All rights reserved.