Interface TemplateStepGroupSummary.Builder

    • Method Detail

      • id

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

        TemplateStepGroupSummary.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.
      • previous

        TemplateStepGroupSummary.Builder previous​(Collection<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.
      • previous

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

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