@Generated(value="software.amazon.awssdk:codegen") public final class Workflow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Workflow.Builder,Workflow>
A workflow represents a flow in which AWS Glue components should be executed to complete a logical task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Workflow.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Workflow.Builder |
builder() |
Instant |
createdOn()
The date and time when the workflow was created.
|
Map<String,String> |
defaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
|
String |
description()
A description of the workflow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
WorkflowGraph |
graph()
The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
boolean |
hasDefaultRunProperties()
Returns true if the DefaultRunProperties property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
Instant |
lastModifiedOn()
The date and time when the workflow was last modified.
|
WorkflowRun |
lastRun()
The information about the last execution of the workflow.
|
Integer |
maxConcurrentRuns()
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to
prevent exceeding the maximum number of concurrent runs of any of the component jobs.
|
String |
name()
The name of the workflow representing the flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Workflow.Builder> |
serializableBuilderClass() |
Workflow.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the workflow representing the flow.
public String description()
A description of the workflow.
public boolean hasDefaultRunProperties()
public Map<String,String> defaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDefaultRunProperties() to see if a value was sent in this field.
public Instant createdOn()
The date and time when the workflow was created.
public Instant lastModifiedOn()
The date and time when the workflow was last modified.
public WorkflowRun lastRun()
The information about the last execution of the workflow.
public WorkflowGraph graph()
The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.
public Integer maxConcurrentRuns()
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
public Workflow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Workflow.Builder,Workflow>public static Workflow.Builder builder()
public static Class<? extends Workflow.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.