public static class DetectorRecipeDetectorRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetectorRecipeDetectorRule |
build() |
DetectorRecipeDetectorRule.Builder |
candidateResponderRules(List<CandidateResponderRule> candidateResponderRules)
List of CandidateResponderRule related to this rule
|
DetectorRecipeDetectorRule.Builder |
copy(DetectorRecipeDetectorRule model) |
DetectorRecipeDetectorRule.Builder |
dataSourceId(String dataSourceId)
The id of the attached DataSource.
|
DetectorRecipeDetectorRule.Builder |
description(String description)
Description for DetectorRecipeDetectorRule.
|
DetectorRecipeDetectorRule.Builder |
details(DetectorDetails details) |
DetectorRecipeDetectorRule.Builder |
detector(DetectorEnum detector)
detector for the rule
|
DetectorRecipeDetectorRule.Builder |
detectorRuleId(String detectorRuleId)
The unique identifier of the detector rule.
|
DetectorRecipeDetectorRule.Builder |
displayName(String displayName)
Display name for DetectorRecipeDetectorRule.
|
DetectorRecipeDetectorRule.Builder |
entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data Source entities mapping for a Detector Rule
|
DetectorRecipeDetectorRule.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
DetectorRecipeDetectorRule.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the DetectorRule.
|
DetectorRecipeDetectorRule.Builder |
managedListTypes(List<DetectorRecipeDetectorRule.ManagedListTypes> managedListTypes)
List of cloudguard managed list types related to this rule
|
DetectorRecipeDetectorRule.Builder |
recommendation(String recommendation)
Recommendation for DetectorRecipeDetectorRule
|
DetectorRecipeDetectorRule.Builder |
resourceType(String resourceType)
resource type of the configuration to which the rule is applied
|
DetectorRecipeDetectorRule.Builder |
serviceType(String serviceType)
service type of the configuration to which the rule is applied
|
DetectorRecipeDetectorRule.Builder |
timeCreated(Date timeCreated)
The date and time the detector recipe rule was created.
|
DetectorRecipeDetectorRule.Builder |
timeUpdated(Date timeUpdated)
The date and time the detector recipe rule was updated.
|
public DetectorRecipeDetectorRule.Builder detectorRuleId(String detectorRuleId)
The unique identifier of the detector rule.
detectorRuleId
- the value to setpublic DetectorRecipeDetectorRule.Builder displayName(String displayName)
Display name for DetectorRecipeDetectorRule.
displayName
- the value to setpublic DetectorRecipeDetectorRule.Builder description(String description)
Description for DetectorRecipeDetectorRule.
description
- the value to setpublic DetectorRecipeDetectorRule.Builder recommendation(String recommendation)
Recommendation for DetectorRecipeDetectorRule
recommendation
- the value to setpublic DetectorRecipeDetectorRule.Builder detector(DetectorEnum detector)
detector for the rule
detector
- the value to setpublic DetectorRecipeDetectorRule.Builder serviceType(String serviceType)
service type of the configuration to which the rule is applied
serviceType
- the value to setpublic DetectorRecipeDetectorRule.Builder resourceType(String resourceType)
resource type of the configuration to which the rule is applied
resourceType
- the value to setpublic DetectorRecipeDetectorRule.Builder details(DetectorDetails details)
public DetectorRecipeDetectorRule.Builder managedListTypes(List<DetectorRecipeDetectorRule.ManagedListTypes> managedListTypes)
List of cloudguard managed list types related to this rule
managedListTypes
- the value to setpublic DetectorRecipeDetectorRule.Builder candidateResponderRules(List<CandidateResponderRule> candidateResponderRules)
List of CandidateResponderRule related to this rule
candidateResponderRules
- the value to setpublic DetectorRecipeDetectorRule.Builder timeCreated(Date timeCreated)
The date and time the detector recipe rule was created. Format defined by RFC3339.
timeCreated
- the value to setpublic DetectorRecipeDetectorRule.Builder timeUpdated(Date timeUpdated)
The date and time the detector recipe rule was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic DetectorRecipeDetectorRule.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the DetectorRule.
lifecycleState
- the value to setpublic DetectorRecipeDetectorRule.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic DetectorRecipeDetectorRule.Builder dataSourceId(String dataSourceId)
The id of the attached DataSource.
dataSourceId
- the value to setpublic DetectorRecipeDetectorRule.Builder entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data Source entities mapping for a Detector Rule
entitiesMappings
- the value to setpublic DetectorRecipeDetectorRule build()
public DetectorRecipeDetectorRule.Builder copy(DetectorRecipeDetectorRule model)
Copyright © 2016–2023. All rights reserved.