Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateWorkflowResult> |
AbstractAWSGlueAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSGlueAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSGlueAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Creates a new workflow.
|
Modifier and Type | Method and Description |
---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clone() |
CreateWorkflowRequest |
CreateWorkflowRequest.withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withDescription(String description)
A description of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.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.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withName(String name)
The name to be assigned to the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTags(Map<String,String> tags)
The tags to be used with this workflow.
|
Copyright © 2023. All rights reserved.