All Superinterfaces:
Buildable, CopyableBuilder<Group.Builder,Group>, SdkBuilder<Group.Builder,Group>, SdkPojo
Enclosing class:
Group

public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
  • Method Details

    • 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:
    • 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:
    • 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.