@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.598Z") @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 © 2023. All rights reserved.