| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Workflow.Builder |
Workflow.Builder.blueprintDetails(BlueprintDetails blueprintDetails)
This structure indicates the details of the blueprint that this particular workflow is created from.
|
default Workflow.Builder |
Workflow.Builder.blueprintDetails(Consumer<BlueprintDetails.Builder> blueprintDetails)
This structure indicates the details of the blueprint that this particular workflow is created from.
|
static Workflow.Builder |
Workflow.builder() |
Workflow.Builder |
Workflow.Builder.createdOn(Instant createdOn)
The date and time when the workflow was created.
|
Workflow.Builder |
Workflow.Builder.defaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
Workflow.Builder |
Workflow.Builder.description(String description)
A description of the workflow.
|
default Workflow.Builder |
Workflow.Builder.graph(Consumer<WorkflowGraph.Builder> graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
Workflow.Builder |
Workflow.Builder.graph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
Workflow.Builder |
Workflow.Builder.lastModifiedOn(Instant lastModifiedOn)
The date and time when the workflow was last modified.
|
default Workflow.Builder |
Workflow.Builder.lastRun(Consumer<WorkflowRun.Builder> lastRun)
The information about the last execution of the workflow.
|
Workflow.Builder |
Workflow.Builder.lastRun(WorkflowRun lastRun)
The information about the last execution of the workflow.
|
Workflow.Builder |
Workflow.Builder.maxConcurrentRuns(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.Builder |
Workflow.Builder.name(String name)
The name of the workflow.
|
Workflow.Builder |
Workflow.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Workflow.Builder> |
Workflow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.workflow(Consumer<Workflow.Builder> workflow)
The resource metadata for the workflow.
|
Copyright © 2023. All rights reserved.