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 Details

    • 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

      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.