Package com.atlan.model.workflow
Class PlaybookActionSchema.PlaybookActionSchemaBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.PlaybookActionSchema.PlaybookActionSchemaBuilder<C,B>
- Enclosing class:
PlaybookActionSchema
public abstract static class PlaybookActionSchema.PlaybookActionSchemaBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()Attribute on which to take the action.operator(PlaybookActionOperator operator) Specific action to take on the attribute.protected abstract Bself()toString()Value to apply through the action.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
PlaybookActionSchemaBuilder
public PlaybookActionSchemaBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-
operand
Attribute on which to take the action.- Returns:
this.
-
operator
Specific action to take on the attribute.- Returns:
this.
-
value
Value to apply through the action.- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-