Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnDetectorPropsMixin.Builder
Packages that use CfnDetectorPropsMixin.Builder
-
Uses of CfnDetectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.frauddetector
Methods in software.amazon.awscdk.cfnpropertymixins.services.frauddetector that return CfnDetectorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDetectorPropsMixin.Builder.associatedModels(List<? extends Object> associatedModels) The models to associate with this detector.CfnDetectorPropsMixin.Builder.associatedModels(IResolvable associatedModels) The models to associate with this detector.CfnDetectorPropsMixin.Builder.create()CfnDetectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDetectorPropsMixin.Builder.description(String description) The detector description.CfnDetectorPropsMixin.Builder.detectorId(String detectorId) The name of the detector.CfnDetectorPropsMixin.Builder.detectorVersionStatus(String detectorVersionStatus) The status of the detector version.CfnDetectorPropsMixin.Builder.eventType(CfnDetectorPropsMixin.EventTypeProperty eventType) The event type associated with this detector.CfnDetectorPropsMixin.Builder.eventType(IResolvable eventType) The event type associated with this detector.CfnDetectorPropsMixin.Builder.ruleExecutionMode(String ruleExecutionMode) The rule execution mode for the rules included in the detector version.The rules to include in the detector version.CfnDetectorPropsMixin.Builder.rules(IResolvable rules) The rules to include in the detector version.An array of key-value pairs to apply to this resource.