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
Constructors -
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 Cbuild()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 Bself()toString()Type of rule.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
PlaybookRuleBuilder
public PlaybookRuleBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin 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:
selfin classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends PlaybookRule,B extends PlaybookRule.PlaybookRuleBuilder<C, B>>
-