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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchGroup.Builderdescription(String description)A description of the launch group.LaunchGroup.BuilderfeatureVariations(Map<String,String> featureVariations)The feature variation for this launch group.LaunchGroup.Buildername(String name)The name of the launch group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
LaunchGroup.Builder name(String 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.
-
-