AWS SDK for .NET Documentation
ModifyInstanceGroupsRequest Class
AmazonAmazon.ElasticMapReduce.ModelModifyInstanceGroupsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ModifyInstanceGroups operation. ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.
Declaration Syntax
C#
public class ModifyInstanceGroupsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ModifyInstanceGroupsRequest()()()()
Initializes a new instance of the ModifyInstanceGroupsRequest 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 change.


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

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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ModifyInstanceGroupsRequest

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