Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateWorkflowResult> |
AWSGlueAsyncClient.updateWorkflowAsync(UpdateWorkflowRequest request,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler) |
Future<UpdateWorkflowResult> |
AbstractAWSGlueAsync.updateWorkflowAsync(UpdateWorkflowRequest request,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler) |
Future<UpdateWorkflowResult> |
AWSGlueAsync.updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
Updates an existing workflow.
|
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowRequest |
UpdateWorkflowRequest.addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.clone() |
UpdateWorkflowRequest |
UpdateWorkflowRequest.withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withDescription(String description)
The description of the workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.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.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withName(String name)
Name of the workflow to be updated.
|
Copyright © 2022. All rights reserved.