| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Spec |
Spec.addAnnotationsItem(Annotation annotationsItem) |
Spec |
Spec.addConnectionEnvsItem(ConnectionEnv connectionEnvsItem) |
Spec |
Spec.addStepsItem(Step stepsItem) |
Spec |
Spec.addTriggersItem(Trigger triggersItem) |
Spec |
Spec.annotations(List<Annotation> annotations) |
Spec |
Spec.connectionEnvs(List<ConnectionEnv> connectionEnvs) |
Spec |
WorkflowListItemAttributes.getSpec()
The spec defines what the workflow does.
|
Spec |
WorkflowDataUpdateAttributes.getSpec()
The spec defines what the workflow does.
|
Spec |
WorkflowDataAttributes.getSpec()
The spec defines what the workflow does.
|
Spec |
Spec.handle(String handle) |
Spec |
Spec.inputSchema(InputSchema inputSchema) |
Spec |
Spec.outputSchema(OutputSchema outputSchema) |
Spec |
Spec.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Spec |
Spec.steps(List<Step> steps) |
Spec |
Spec.triggers(List<Trigger> triggers) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowListItemAttributes.setSpec(Spec spec) |
void |
WorkflowDataUpdateAttributes.setSpec(Spec spec) |
void |
WorkflowDataAttributes.setSpec(Spec spec) |
WorkflowListItemAttributes |
WorkflowListItemAttributes.spec(Spec spec) |
WorkflowDataUpdateAttributes |
WorkflowDataUpdateAttributes.spec(Spec spec) |
WorkflowDataAttributes |
WorkflowDataAttributes.spec(Spec spec) |
| Constructor and Description |
|---|
WorkflowDataAttributes(String name,
Spec spec) |
Copyright © 2026. All rights reserved.