Interface LaunchGroup.Builder

  • Method Details

    • description

      LaunchGroup.Builder description(String description)

      A description of the launch group.

      Parameters:
      description - A description of the launch group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureVariations

      LaunchGroup.Builder featureVariations(Map<String,String> featureVariations)

      The feature variation for this launch group. This is a key-value pair.

      Parameters:
      featureVariations - The feature variation for this launch group. This is a key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the launch group.

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