Container for the parameters to the AddInstanceGroups operation.
AddInstanceGroups adds an instance group to a running cluster.

C# |
public class AddInstanceGroupsRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AddInstanceGroupsRequest()()()() | Initializes a new instance of the AddInstanceGroupsRequest 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 |
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
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | AddInstanceGroupsRequest |