Interface FilterReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FilterReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-09T10:20:29.222Z")
@Stability(Stable)
public interface FilterReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Filter 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.interfaces.guardduty.*;
FilterReference filterReference = FilterReference.builder()
.detectorId("detectorId")
.filterName("filterName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFilterReferencestatic final classAn implementation forFilterReference -
Method Summary
Modifier and TypeMethodDescriptionstatic FilterReference.Builderbuilder()The DetectorId of the Filter resource.The Name of the Filter resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetectorId
The DetectorId of the Filter resource. -
getFilterName
The Name of the Filter resource. -
builder
- Returns:
- a
FilterReference.BuilderofFilterReference
-