Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Workflow |
Workflow.addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
Workflow |
Workflow.clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
Workflow |
Workflow.clone() |
Workflow |
GetWorkflowResult.getWorkflow()
The resource metadata for the workflow.
|
Workflow |
Workflow.withBlueprintDetails(BlueprintDetails blueprintDetails)
This structure indicates the details of the blueprint that this particular workflow is created from.
|
Workflow |
Workflow.withCreatedOn(Date createdOn)
The date and time when the workflow was created.
|
Workflow |
Workflow.withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
Workflow |
Workflow.withDescription(String description)
A description of the workflow.
|
Workflow |
Workflow.withGraph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
Workflow |
Workflow.withLastModifiedOn(Date lastModifiedOn)
The date and time when the workflow was last modified.
|
Workflow |
Workflow.withLastRun(WorkflowRun lastRun)
The information about the last execution of the workflow.
|
Workflow |
Workflow.withMaxConcurrentRuns(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.
|
Workflow |
Workflow.withName(String name)
The name of the workflow.
|
Modifier and Type | Method and Description |
---|---|
List<Workflow> |
BatchGetWorkflowsResult.getWorkflows()
A list of workflow resource metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
GetWorkflowResult.setWorkflow(Workflow workflow)
The resource metadata for the workflow.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflow(Workflow workflow)
The resource metadata for the workflow.
|
BatchGetWorkflowsResult |
BatchGetWorkflowsResult.withWorkflows(Workflow... workflows)
A list of workflow resource metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetWorkflowsResult.setWorkflows(Collection<Workflow> workflows)
A list of workflow resource metadata.
|
BatchGetWorkflowsResult |
BatchGetWorkflowsResult.withWorkflows(Collection<Workflow> workflows)
A list of workflow resource metadata.
|
Copyright © 2021. All rights reserved.