public static interface ResumeWorkflowRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ResumeWorkflowRunRequest.Builder,ResumeWorkflowRunRequest>
Modifier and Type | Method and Description |
---|---|
ResumeWorkflowRunRequest.Builder |
name(String name)
The name of the workflow to resume.
|
ResumeWorkflowRunRequest.Builder |
nodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart.
|
ResumeWorkflowRunRequest.Builder |
nodeIds(String... nodeIds)
A list of the node IDs for the nodes you want to restart.
|
ResumeWorkflowRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResumeWorkflowRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResumeWorkflowRunRequest.Builder |
runId(String runId)
The ID of the workflow run to resume.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResumeWorkflowRunRequest.Builder name(String name)
The name of the workflow to resume.
name
- The name of the workflow to resume.ResumeWorkflowRunRequest.Builder runId(String runId)
The ID of the workflow run to resume.
runId
- The ID of the workflow run to resume.ResumeWorkflowRunRequest.Builder nodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
nodeIds
- A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have
a run attempt in the original run.ResumeWorkflowRunRequest.Builder nodeIds(String... nodeIds)
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
nodeIds
- A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have
a run attempt in the original run.ResumeWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ResumeWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.