public static interface ThreatIntelligenceDetail.Builder extends SdkPojo, CopyableBuilder<ThreatIntelligenceDetail.Builder,ThreatIntelligenceDetail>
| Modifier and Type | Method and Description |
|---|---|
ThreatIntelligenceDetail.Builder |
threatListName(String threatListName)
The name of the threat intelligence list that triggered the finding.
|
ThreatIntelligenceDetail.Builder |
threatNames(Collection<String> threatNames)
A list of names of the threats in the threat intelligence list that triggered the finding.
|
ThreatIntelligenceDetail.Builder |
threatNames(String... threatNames)
A list of names of the threats in the threat intelligence list that triggered the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThreatIntelligenceDetail.Builder threatListName(String threatListName)
The name of the threat intelligence list that triggered the finding.
threatListName - The name of the threat intelligence list that triggered the finding.ThreatIntelligenceDetail.Builder threatNames(Collection<String> threatNames)
A list of names of the threats in the threat intelligence list that triggered the finding.
threatNames - A list of names of the threats in the threat intelligence list that triggered the finding.ThreatIntelligenceDetail.Builder threatNames(String... threatNames)
A list of names of the threats in the threat intelligence list that triggered the finding.
threatNames - A list of names of the threats in the threat intelligence list that triggered the finding.Copyright © 2019. All rights reserved.