Specify a key-value pair to merge with Hadoop's default configuration.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public ConfigureHadoop WithKeyValue( ConfigFile file, string key, string value )
 Parameters
 Parameters- file (ConfigFile)
- The config file to merge with.
- key (String)
- The config key.
- value (String)
- The config value.
 Return Value
 Return ValueA reference to this updated object so that method calls can be chained together.