Interface CreateWorkflowRequest.Builder

  • Method Details

    • name

      A name for the workflow.

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

      CreateWorkflowRequest.Builder description(String description)

      A description for the workflow.

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

      The workflow engine for the workflow.

      Parameters:
      engine - The workflow engine for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • engine

      The workflow engine for the workflow.

      Parameters:
      engine - The workflow engine for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • definitionZip

      CreateWorkflowRequest.Builder definitionZip(SdkBytes definitionZip)

      A ZIP archive for the workflow.

      Parameters:
      definitionZip - A ZIP archive for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definitionUri

      CreateWorkflowRequest.Builder definitionUri(String definitionUri)

      The URI of a definition for the workflow.

      Parameters:
      definitionUri - The URI of a definition for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • main

      The path of the main definition file for the workflow.

      Parameters:
      main - The path of the main definition file for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterTemplate

      CreateWorkflowRequest.Builder parameterTemplate(Map<String,WorkflowParameter> parameterTemplate)

      A parameter template for the workflow.

      Parameters:
      parameterTemplate - A parameter template for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • storageCapacity

      CreateWorkflowRequest.Builder storageCapacity(Integer storageCapacity)

      The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.

      Parameters:
      storageCapacity - The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tags for the workflow.

      Parameters:
      tags - Tags for the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      CreateWorkflowRequest.Builder requestId(String requestIdValue)

      To ensure that requests don't run multiple times, specify a unique ID for each request.

      Parameters:
      requestIdValue - To ensure that requests don't run multiple times, specify a unique ID for each request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accelerators

      CreateWorkflowRequest.Builder accelerators(String accelerators)

      The computational accelerator specified to run the workflow.

      Parameters:
      accelerators - The computational accelerator specified to run the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accelerators

      CreateWorkflowRequest.Builder accelerators(Accelerators accelerators)

      The computational accelerator specified to run the workflow.

      Parameters:
      accelerators - The computational accelerator specified to run the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageType

      CreateWorkflowRequest.Builder storageType(String storageType)

      The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.

      Parameters:
      storageType - The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageType

      CreateWorkflowRequest.Builder storageType(StorageType storageType)

      The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.

      Parameters:
      storageType - The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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