Interface Group.Builder

    • Method Detail

      • name

        Group.Builder name​(String name)

        The key of the specific import group.

        Parameters:
        name - The key of the specific import group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupName, GroupName
      • name

        Group.Builder name​(GroupName name)

        The key of the specific import group.

        Parameters:
        name - The key of the specific import group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupName, GroupName
      • value

        Group.Builder value​(String value)

        The value of the specific import group.

        Parameters:
        value - The value of the specific import group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.