Interface UpdateWorkflowStepGroupResponse.Builder

    • Method Detail

      • workflowId

        UpdateWorkflowStepGroupResponse.Builder workflowId​(String workflowId)

        The ID of the migration workflow.

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

        UpdateWorkflowStepGroupResponse.Builder name​(String name)

        The name of the step group.

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

        UpdateWorkflowStepGroupResponse.Builder description​(String description)

        The description of the step group.

        Parameters:
        description - The description of the step group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tools

        UpdateWorkflowStepGroupResponse.Builder tools​(Collection<Tool> tools)

        List of AWS services utilized in a migration workflow.

        Parameters:
        tools - List of AWS services utilized in a migration workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tools

        UpdateWorkflowStepGroupResponse.Builder tools​(Tool... tools)

        List of AWS services utilized in a migration workflow.

        Parameters:
        tools - List of AWS services utilized in a migration workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • previous

        UpdateWorkflowStepGroupResponse.Builder previous​(String... previous)

        The previous step group.

        Parameters:
        previous - The previous step group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        UpdateWorkflowStepGroupResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The time at which the step group was last modified.

        Parameters:
        lastModifiedTime - The time at which the step group was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.