| 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.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 AWS 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.withName(String name)
The name of the workflow representing the flow.
|
| 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 © 2020. All rights reserved.