Interface GetWorkflowResponse.Builder

    • Method Detail

      • arn

        GetWorkflowResponse.Builder arn​(String arn)

        The workflow's ARN.

        Parameters:
        arn - The workflow's ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetWorkflowResponse.Builder id​(String id)

        The workflow's ID.

        Parameters:
        id - The workflow's ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetWorkflowResponse.Builder name​(String name)

        The workflow's name.

        Parameters:
        name - The workflow's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetWorkflowResponse.Builder description​(String description)

        The workflow's description.

        Parameters:
        description - The workflow's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definition

        GetWorkflowResponse.Builder definition​(String definition)

        The workflow's definition.

        Parameters:
        definition - The workflow's definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • main

        GetWorkflowResponse.Builder main​(String 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.
      • digest

        GetWorkflowResponse.Builder digest​(String digest)

        The workflow's digest.

        Parameters:
        digest - The workflow's digest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterTemplate

        GetWorkflowResponse.Builder parameterTemplate​(Map<String,​WorkflowParameter> parameterTemplate)

        The workflow's parameter template.

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

        GetWorkflowResponse.Builder storageCapacity​(Integer storageCapacity)

        The workflow's storage capacity in gigabytes.

        Parameters:
        storageCapacity - The workflow's storage capacity in gigabytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetWorkflowResponse.Builder creationTime​(Instant creationTime)

        When the workflow was created.

        Parameters:
        creationTime - When the workflow was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        GetWorkflowResponse.Builder statusMessage​(String statusMessage)

        The workflow's status message.

        Parameters:
        statusMessage - The workflow's status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The workflow's tags.

        Parameters:
        tags - The workflow's tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metadata

        GetWorkflowResponse.Builder metadata​(Map<String,​String> metadata)

        Gets metadata for workflow.

        Parameters:
        metadata - Gets metadata for workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accelerators

        GetWorkflowResponse.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, Accelerators
      • accelerators

        GetWorkflowResponse.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:
        Accelerators, Accelerators