AWS SDK for .NET Documentation
Application Class
AmazonAmazon.ElasticMapReduce.ModelApplication Did this page help you?   Yes   No    Tell us about it...
An application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
Declaration Syntax
C#
public class Application
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Application()()()()
Initializes a new instance of the Application class

AdditionalInfo
Gets and sets the property AdditionalInfo.

This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.


Args
Gets and sets the property Args.

Arguments for Amazon EMR to pass to the application.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
Gets and sets the property Name.

The name of the application.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Version
Gets and sets the property Version.

The version of the application.


WithAdditionalInfo(array<KeyValuePair<(Of <<'(String, String>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the AdditionalInfo dictionary.

WithArgs(array<String>[]()[][]) Obsolete.
Sets the Args property

WithArgs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the Args property

WithName(String) Obsolete.
Sets the Name property

WithVersion(String) Obsolete.
Sets the Version property

Inheritance Hierarchy
Object
Application

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