@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.592Z") @Stability(value=Stable) public interface EmrModifyInstanceFleetByNameProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
EmrModifyInstanceFleetByName.Builder.create(this, "Task")
.clusterId("ClusterId")
.instanceFleetName("InstanceFleetName")
.targetOnDemandCapacity(2)
.targetSpotCapacity(0)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrModifyInstanceFleetByNameProps.Builder
A builder for
EmrModifyInstanceFleetByNameProps |
static class |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy
An implementation for
EmrModifyInstanceFleetByNameProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrModifyInstanceFleetByNameProps.Builder |
builder() |
String |
getClusterId()
The ClusterId to update.
|
String |
getInstanceFleetName()
The InstanceFleetName to update.
|
Number |
getTargetOnDemandCapacity()
The target capacity of On-Demand units for the instance fleet.
|
Number |
getTargetSpotCapacity()
The target capacity of Spot units for the instance fleet.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getClusterId()
@Stability(value=Stable) @NotNull String getInstanceFleetName()
@Stability(value=Stable) @NotNull Number getTargetOnDemandCapacity()
Default: - None
@Stability(value=Stable) @NotNull Number getTargetSpotCapacity()
Default: - None
@Stability(value=Stable) static EmrModifyInstanceFleetByNameProps.Builder builder()
builder in interface TaskStateBasePropsEmrModifyInstanceFleetByNameProps.Builder of EmrModifyInstanceFleetByNamePropsCopyright © 2023. All rights reserved.