Interface LaunchGroup.Builder

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

public static interface LaunchGroup.Builder extends SdkPojo, CopyableBuilder<LaunchGroup.Builder,LaunchGroup>
  • 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.