Interface LaunchGroupConfig.Builder

    • Method Detail

      • 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

        LaunchGroupConfig.Builder feature​(String 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

        LaunchGroupConfig.Builder name​(String 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.