Interface LaunchGroupConfig.Builder

  • Method Details

    • description

      LaunchGroupConfig.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.
    • feature

      The feature that this launch is using.

      Parameters:
      feature - The feature that this launch is using.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A name for this launch group.

      Parameters:
      name - A name for this launch group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • variation

      LaunchGroupConfig.Builder variation(String variation)

      The feature variation to use for this launch group.

      Parameters:
      variation - The feature variation to use for this launch group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.