Package com.atlan.model.workflow
Class PlaybookRule.PlaybookRuleBuilder<C extends PlaybookRule,B extends PlaybookRule.PlaybookRuleBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.PlaybookRule.PlaybookRuleBuilder<C,B>
- Enclosing class:
- PlaybookRule
public abstract static class PlaybookRule.PlaybookRuleBuilder<C extends PlaybookRule,B extends PlaybookRule.PlaybookRuleBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) action
(PlaybookAction action) actions
(Collection<? extends PlaybookAction> actions) actionsUISchema
(Object actionsUISchema) UI-based form of the actions to apply on the matching assets.abstract C
build()
config
(PlaybookRuleConfig config) Configuration of the search filter for the rule.filterSchema
(Object filterSchema) UI-based form of the search filter for the rule.Human-readable name of the rule.protected abstract B
self()
toString()
Type of rule.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
PlaybookRuleBuilder
public PlaybookRuleBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,
B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-
name
Human-readable name of the rule.- Returns:
this
.
-
type
Type of rule.- Returns:
this
.
-
config
Configuration of the search filter for the rule.- Returns:
this
.
-
filterSchema
UI-based form of the search filter for the rule.- Returns:
this
.
-
action
-
actions
-
clearActions
-
actionsUISchema
UI-based form of the actions to apply on the matching assets.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,
B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,
B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,
B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-