Interface StackConfigurationManager.Builder

    • 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.