Describes the configuration manager.
public UpdateStackRequest WithConfigurationManager(StackConfigurationManager configurationManager) { this.configurationManager = configurationManager; return this; }
public Stack WithConfigurationManager(StackConfigurationManager configurationManager) { this.configurationManager = configurationManager; return this; }