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
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
Attribute on which to take the action.operator
(PlaybookActionOperator operator) Specific action to take on the attribute.protected abstract B
self()
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:
$fillValuesFrom
in 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:
self
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,
B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,
B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends PlaybookActionSchema,
B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<C, B>>
-