Interface CreateWorkflowRequest.Builder

    • Method Detail

      • name

        CreateWorkflowRequest.Builder name​(String name)

        The name to be assigned to the workflow. It should be unique within your account.

        Parameters:
        name - The name to be assigned to the workflow. It should be unique within your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateWorkflowRequest.Builder description​(String description)

        A description of the workflow.

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

        CreateWorkflowRequest.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.
      • tags

        CreateWorkflowRequest.Builder tags​(Map<String,​String> tags)

        The tags to be used with this workflow.

        Parameters:
        tags - The tags to be used with this workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxConcurrentRuns

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