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
Modifier and TypeMethodDescriptionThe name.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 Details
-
name
The name. This parameter must be set to
Chef
.- Parameters:
name
- The name. This parameter must be set toChef
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 12.
- 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 12.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-