Package com.atlan.model.workflow
Class WorkflowMetadata.WorkflowMetadataBuilder<C extends WorkflowMetadata,B extends WorkflowMetadata.WorkflowMetadataBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.WorkflowMetadata.WorkflowMetadataBuilder<C,B>
- Enclosing class:
- WorkflowMetadata
public abstract static class WorkflowMetadata.WorkflowMetadataBuilder<C extends WorkflowMetadata,B extends WorkflowMetadata.WorkflowMetadataBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) annotation
(String annotationKey, String annotationValue) annotations
(Map<? extends String, ? extends String> annotations) abstract C
build()
creationTimestamp
(String creationTimestamp) Time at which the workflow was created, as a formatted string.generateName
(String generateName) TBCgeneration
(Long generation) Indication of the version of this workflow.managedFields
(List<Object> managedFields) TBC *Name of the workflow.Kubernetes namespace in which the workflow is defined.resourceVersion
(String resourceVersion) TBCprotected abstract B
self()
toString()
Unique identifier (GUID) of the workflow.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
WorkflowMetadataBuilder
public WorkflowMetadataBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowMetadata,
B extends WorkflowMetadata.WorkflowMetadataBuilder<C, B>>
-
label
-
labels
-
clearLabels
-
annotation
-
annotations
-
clearAnnotations
-
name
Name of the workflow.- Returns:
this
.
-
namespace
Kubernetes namespace in which the workflow is defined.- Returns:
this
.
-
uid
Unique identifier (GUID) of the workflow.- Returns:
this
.
-
resourceVersion
TBC- Returns:
this
.
-
generateName
TBC- Returns:
this
.
-
generation
Indication of the version of this workflow. Each modification to the workflow will increment the generation, such that a generation of1
is the initial workflow definition, a generation of2
is the first time the workflow's configuration has been modified, and so on.- Returns:
this
.
-
creationTimestamp
Time at which the workflow was created, as a formatted string.- Returns:
this
.
-
managedFields
TBC *- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowMetadata,
B extends WorkflowMetadata.WorkflowMetadataBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowMetadata,
B extends WorkflowMetadata.WorkflowMetadataBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowMetadata,
B extends WorkflowMetadata.WorkflowMetadataBuilder<C, B>>
-