Interface StackConfigurationManager.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StackConfigurationManager.Builder,StackConfigurationManager>,SdkBuilder<StackConfigurationManager.Builder,StackConfigurationManager>,SdkPojo
- Enclosing class:
- StackConfigurationManager
public static interface StackConfigurationManager.Builder extends SdkPojo, CopyableBuilder<StackConfigurationManager.Builder,StackConfigurationManager>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackConfigurationManager.Buildername(String name)The name.StackConfigurationManager.Builderversion(String version)The Chef version.-
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
-
name
StackConfigurationManager.Builder name(String name)
The name. This parameter must be set to "Chef".
- Parameters:
name- The name. This parameter must be set to "Chef".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
StackConfigurationManager.Builder version(String version)
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.
- Parameters:
version- The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-