Interface GetTemplateStepGroupResponse.Builder

    • Method Detail

      • templateId

        GetTemplateStepGroupResponse.Builder templateId​(String templateId)

        The ID of the template.

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

        GetTemplateStepGroupResponse.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.
      • name

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

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

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

        GetTemplateStepGroupResponse.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.
      • tools

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

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

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

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