Interface CreateWorkflowRequest.Builder

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

public static interface CreateWorkflowRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
  • 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

      An engine for the workflow.

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

      An engine for the workflow.

      Parameters:
      engine - An 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 storage capacity for the workflow in gibibytes.

      Parameters:
      storageCapacity - The storage capacity for the workflow in gibibytes.
      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:
    • 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.