Container for the parameters to the ModifyInstanceGroups operation.
Namespace: Amazon.ElasticMapReduce.ModelModifyInstanceGroups 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.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ModifyInstanceGroupsRequest : AmazonWebServiceRequest
Public Class ModifyInstanceGroupsRequest _ Inherits AmazonWebServiceRequest
public ref class ModifyInstanceGroupsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ModifyInstanceGroupsRequest()()()() | Initializes a new instance of the ModifyInstanceGroupsRequest class | |
| Equals(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 |
Instance groups to change.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithInstanceGroups(array<InstanceGroupModifyConfig>[]()[][]) |
Adds elements to the InstanceGroups collection
| |
| WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroupModifyConfig>)>>)) |
Adds elements to the InstanceGroups collection
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticMapReduce.Model..::..ModifyInstanceGroupsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticMapReduce.Model..::..ModifyInstanceGroupsRequest