Interface ThreatIntelSetReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ThreatIntelSetReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:58.735Z")
@Stability(Stable)
public interface ThreatIntelSetReference
extends software.amazon.jsii.JsiiSerializable
A reference to a ThreatIntelSet resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.guardduty.*; ThreatIntelSetReference threatIntelSetReference = ThreatIntelSetReference.builder() .detectorId("detectorId") .threatIntelSetId("threatIntelSetId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forThreatIntelSetReference
static final class
An implementation forThreatIntelSetReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The DetectorId of the ThreatIntelSet resource.The Id of the ThreatIntelSet resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetectorId
The DetectorId of the ThreatIntelSet resource. -
getThreatIntelSetId
The Id of the ThreatIntelSet resource. -
builder
- Returns:
- a
ThreatIntelSetReference.Builder
ofThreatIntelSetReference
-