Interface UpdateWorkflowRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>, GlueRequest.Builder, SdkBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateWorkflowRequest

public static interface UpdateWorkflowRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>
  • Method Details

    • name

      Name of the workflow to be updated.

      Parameters:
      name - Name of the workflow to be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateWorkflowRequest.Builder description(String description)

      The description of the workflow.

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

      UpdateWorkflowRequest.Builder defaultRunProperties(Map<String,String> defaultRunProperties)

      A collection of properties to be used as part of each execution of the workflow.

      Parameters:
      defaultRunProperties - A collection of properties to be used as part of each execution of the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxConcurrentRuns

      UpdateWorkflowRequest.Builder maxConcurrentRuns(Integer maxConcurrentRuns)

      You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

      Parameters:
      maxConcurrentRuns - You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateWorkflowRequest.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.