Interface StartWorkflowRunRequest.Builder

  • Method Details

    • name

      The name of the workflow to start.

      Parameters:
      name - The name of the workflow to start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runProperties

      StartWorkflowRunRequest.Builder runProperties(Map<String,String> runProperties)

      The workflow run properties for the new workflow run.

      Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.

      Parameters:
      runProperties - The workflow run properties for the new workflow run.

      Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StartWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.