Interface UpdateWorkflowResponse.Builder

  • Method Details

    • workflowArn

      UpdateWorkflowResponse.Builder workflowArn(String workflowArn)

      The Amazon Resource Name (ARN) of the updated workflow.

      Parameters:
      workflowArn - The Amazon Resource Name (ARN) of the updated workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      UpdateWorkflowResponse.Builder modifiedAt(Instant modifiedAt)

      The timestamp when the workflow was last modified, in ISO 8601 date-time format.

      Parameters:
      modifiedAt - The timestamp when the workflow was last modified, in ISO 8601 date-time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowVersion

      UpdateWorkflowResponse.Builder workflowVersion(String workflowVersion)

      The version identifier of the updated workflow.

      Parameters:
      workflowVersion - The version identifier of the updated workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      Warning messages generated during workflow update.

      Parameters:
      warnings - Warning messages generated during workflow update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      UpdateWorkflowResponse.Builder warnings(String... warnings)

      Warning messages generated during workflow update.

      Parameters:
      warnings - Warning messages generated during workflow update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.