AWS SDK for .NET Documentation
AddInstanceGroupsRequest Class
AmazonAmazon.ElasticMapReduce.ModelAddInstanceGroupsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AddInstanceGroups operation. AddInstanceGroups adds an instance group to a running cluster.
Declaration Syntax
C#
public class AddInstanceGroupsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

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.)
InstanceGroups
Gets and sets the property InstanceGroups.

Instance Groups to add.


JobFlowId
Gets and sets the property JobFlowId.

Job flow in which to add the instance groups.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInstanceGroups(array<InstanceGroupConfig>[]()[][]) Obsolete.
Sets the InstanceGroups property

WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroupConfig>)>>)) Obsolete.
Sets the InstanceGroups property

WithJobFlowId(String) Obsolete.
Sets the JobFlowId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AddInstanceGroupsRequest

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