@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.503Z") @Stability(value=Stable) public interface EmrModifyInstanceGroupByNameProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
EmrModifyInstanceGroupByName.Builder.create(this, "Task")
.clusterId("ClusterId")
.instanceGroupName(JsonPath.stringAt("$.InstanceGroupName"))
.instanceGroup(InstanceGroupModifyConfigProperty.builder()
.instanceCount(1)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrModifyInstanceGroupByNameProps.Builder
A builder for
EmrModifyInstanceGroupByNameProps |
static class |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy
An implementation for
EmrModifyInstanceGroupByNameProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrModifyInstanceGroupByNameProps.Builder |
builder() |
String |
getClusterId()
The ClusterId to update.
|
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty |
getInstanceGroup()
The JSON that you want to provide to your ModifyInstanceGroup call as input.
|
String |
getInstanceGroupName()
The InstanceGroupName to update.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getClusterId()
@Stability(value=Stable) @NotNull EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty getInstanceGroup()
This uses the same syntax as the ModifyInstanceGroups API.
@Stability(value=Stable) @NotNull String getInstanceGroupName()
@Stability(value=Stable) static EmrModifyInstanceGroupByNameProps.Builder builder()
builder in interface TaskStateBasePropsEmrModifyInstanceGroupByNameProps.Builder of EmrModifyInstanceGroupByNamePropsCopyright © 2022. All rights reserved.