Interface LaunchGroupConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchGroupConfig.Builder,LaunchGroupConfig>,SdkBuilder<LaunchGroupConfig.Builder,LaunchGroupConfig>,SdkPojo
- Enclosing class:
- LaunchGroupConfig
public static interface LaunchGroupConfig.Builder extends SdkPojo, CopyableBuilder<LaunchGroupConfig.Builder,LaunchGroupConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchGroupConfig.Builderdescription(String description)A description of the launch group.LaunchGroupConfig.Builderfeature(String feature)The feature that this launch is using.LaunchGroupConfig.Buildername(String name)A name for this launch group.LaunchGroupConfig.Buildervariation(String variation)The feature variation to use for this 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, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-