Interface GetWorkflowStepGroupResponse.Builder

    • Method Detail

      • id

        GetWorkflowStepGroupResponse.Builder id​(String id)

        The ID of the step group.

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

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

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

        GetWorkflowStepGroupResponse.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.
      • owner

        GetWorkflowStepGroupResponse.Builder owner​(String owner)

        The owner of the step group.

        Parameters:
        owner - The owner of the step group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Owner, Owner
      • owner

        GetWorkflowStepGroupResponse.Builder owner​(Owner owner)

        The owner of the step group.

        Parameters:
        owner - The owner of the step group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Owner, Owner
      • creationTime

        GetWorkflowStepGroupResponse.Builder creationTime​(Instant creationTime)

        The time at which the step group was created.

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

        GetWorkflowStepGroupResponse.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.
      • endTime

        GetWorkflowStepGroupResponse.Builder endTime​(Instant endTime)

        The time at which the step group ended.

        Parameters:
        endTime - The time at which the step group ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tools

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

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

        GetWorkflowStepGroupResponse.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.
      • next

        GetWorkflowStepGroupResponse.Builder next​(String... next)

        The next step group.

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