public static interface Evidence.Builder extends SdkPojo, CopyableBuilder<Evidence.Builder,Evidence>
| Modifier and Type | Method and Description |
|---|---|
Evidence.Builder |
threatIntelligenceDetails(Collection<ThreatIntelligenceDetail> threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
|
Evidence.Builder |
threatIntelligenceDetails(Consumer<ThreatIntelligenceDetail.Builder>... threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
|
Evidence.Builder |
threatIntelligenceDetails(ThreatIntelligenceDetail... threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvidence.Builder threatIntelligenceDetails(Collection<ThreatIntelligenceDetail> threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
threatIntelligenceDetails - A list of threat intelligence details related to the evidence.Evidence.Builder threatIntelligenceDetails(ThreatIntelligenceDetail... threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
threatIntelligenceDetails - A list of threat intelligence details related to the evidence.Evidence.Builder threatIntelligenceDetails(Consumer<ThreatIntelligenceDetail.Builder>... threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
This is a convenience method that creates an instance of theThreatIntelligenceDetail.Builder avoiding the need to
create one manually via
ThreatIntelligenceDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #threatIntelligenceDetails(List.
threatIntelligenceDetails - a consumer that will call methods on
ThreatIntelligenceDetail.Builder#threatIntelligenceDetails(java.util.Collection) Copyright © 2023. All rights reserved.