AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyInstanceGroupsRequest : AmazonElasticMapReduceRequest
         IAmazonWebServiceRequest

The ModifyInstanceGroupsRequest type exposes the following members

Constructors

NameDescription
Public Method ModifyInstanceGroupsRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method ModifyInstanceGroupsRequest(List<InstanceGroupModifyConfig>)

Instantiates ModifyInstanceGroupsRequest with the parameterized properties

Properties

NameTypeDescription
Public Property ClusterId System.String

Gets and sets the property ClusterId.

The ID of the cluster to which the instance group belongs.

Public Property InstanceGroups System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig>

Gets and sets the property InstanceGroups.

Instance groups to change.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5