Interface UpdateWorkflowVersionRequest.Builder

  • Method Details

    • workflowId

      The workflow's ID. The workflowId is not the UUID.

      Parameters:
      workflowId - The workflow's ID. The workflowId is not the UUID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionName

      UpdateWorkflowVersionRequest.Builder versionName(String versionName)

      The name of the workflow version.

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

      UpdateWorkflowVersionRequest.Builder description(String description)

      Description of the workflow version.

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

      UpdateWorkflowVersionRequest.Builder storageType(String storageType)

      The default storage type for runs that use this workflow version. The storageType can be overridden at run time. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .

      Parameters:
      storageType - The default storage type for runs that use this workflow version. The storageType can be overridden at run time. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the 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

      The default storage type for runs that use this workflow version. The storageType can be overridden at run time. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .

      Parameters:
      storageType - The default storage type for runs that use this workflow version. The storageType can be overridden at run time. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the 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:
    • storageCapacity

      UpdateWorkflowVersionRequest.Builder storageCapacity(Integer storageCapacity)

      The default static storage capacity (in gibibytes) for runs that use this workflow version. The storageCapacity can be overwritten at run time. The storage capacity is not required for runs with a DYNAMIC storage type.

      Parameters:
      storageCapacity - The default static storage capacity (in gibibytes) for runs that use this workflow version. The storageCapacity can be overwritten at run time. The storage capacity is not required for runs with a DYNAMIC storage type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readmeMarkdown

      UpdateWorkflowVersionRequest.Builder readmeMarkdown(String readmeMarkdown)

      The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.

      Parameters:
      readmeMarkdown - The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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