Interface LaunchGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchGroup.Builder,
,LaunchGroup> SdkBuilder<LaunchGroup.Builder,
,LaunchGroup> SdkPojo
- Enclosing class:
LaunchGroup
@Mutable
@NotThreadSafe
public static interface LaunchGroup.Builder
extends SdkPojo, CopyableBuilder<LaunchGroup.Builder,LaunchGroup>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the launch group.featureVariations
(Map<String, String> featureVariations) The feature variation for this launch group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-