public static interface ResumeWorkflowRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ResumeWorkflowRunResponse.Builder,ResumeWorkflowRunResponse>
| Modifier and Type | Method and Description |
|---|---|
ResumeWorkflowRunResponse.Builder |
nodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes that were actually restarted.
|
ResumeWorkflowRunResponse.Builder |
nodeIds(String... nodeIds)
A list of the node IDs for the nodes that were actually restarted.
|
ResumeWorkflowRunResponse.Builder |
runId(String runId)
The new ID assigned to the resumed workflow run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResumeWorkflowRunResponse.Builder runId(String runId)
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
runId - The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.ResumeWorkflowRunResponse.Builder nodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes that were actually restarted.
nodeIds - A list of the node IDs for the nodes that were actually restarted.ResumeWorkflowRunResponse.Builder nodeIds(String... nodeIds)
A list of the node IDs for the nodes that were actually restarted.
nodeIds - A list of the node IDs for the nodes that were actually restarted.Copyright © 2023. All rights reserved.