Interface LaunchGroupConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchGroupConfig.Builder,
,LaunchGroupConfig> SdkBuilder<LaunchGroupConfig.Builder,
,LaunchGroupConfig> SdkPojo
- Enclosing class:
LaunchGroupConfig
@Mutable
@NotThreadSafe
public static interface LaunchGroupConfig.Builder
extends SdkPojo, CopyableBuilder<LaunchGroupConfig.Builder,LaunchGroupConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the launch group.The feature that this launch is using.A name for this launch group.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 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.
-
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
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
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.
-