Interface ExecutionEnvironmentVariables.Builder

  • Method Details

    • global

      Global environment variables that apply to all compute nodes in the pipeline execution.

      Parameters:
      global - Global environment variables that apply to all compute nodes in the pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • computeNodes

      ExecutionEnvironmentVariables.Builder computeNodes(Map<String,? extends Map<String,String>> computeNodes)

      Per-compute-node environment variable overrides. Each entry maps a compute node name to its environment variable overrides.

      Parameters:
      computeNodes - Per-compute-node environment variable overrides. Each entry maps a compute node name to its environment variable overrides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.