Interface CreateWorkflowStepGroupResponse.Builder

    • Method Detail

      • workflowId

        CreateWorkflowStepGroupResponse.Builder workflowId​(String workflowId)

        The ID of the migration workflow that contains the step group.

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

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

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

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

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

        CreateWorkflowStepGroupResponse.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.
      • creationTime

        CreateWorkflowStepGroupResponse.Builder creationTime​(Instant creationTime)

        The time at which the step group is created.

        Parameters:
        creationTime - The time at which the step group is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.