Interface ResumeWorkflowRunResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ResumeWorkflowRunResponse.Builder,ResumeWorkflowRunResponse>, GlueResponse.Builder, SdkBuilder<ResumeWorkflowRunResponse.Builder,ResumeWorkflowRunResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ResumeWorkflowRunResponse

public static interface ResumeWorkflowRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ResumeWorkflowRunResponse.Builder,ResumeWorkflowRunResponse>
  • Method Details

    • runId

      The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

      Parameters:
      runId - The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeIds

      A list of the node IDs for the nodes that were actually restarted.

      Parameters:
      nodeIds - A list of the node IDs for the nodes that were actually restarted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeIds

      A list of the node IDs for the nodes that were actually restarted.

      Parameters:
      nodeIds - A list of the node IDs for the nodes that were actually restarted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.