AWS SDK for .NET Documentation
WithOpts Method (daemon, opts)
AmazonAmazon.ElasticMapReduce.ModelConfigureDaemonsWithOpts(Daemon, String) Did this page help you?   Yes   No    Tell us about it...
Specify additional Java opts to be included when the daemon starts.
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 ConfigureDaemons WithOpts(
	Daemon daemon,
	string opts
)
Parameters
daemon (Daemon)
The daemon to add opts to.
opts (String)
Additional Java command line arguments.
Return Value
A reference to this updated object so that method calls can be chained together.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)