| Package | Description |
|---|---|
| software.amazon.awscdk.services.emr |
Amazon EMR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.clusterId(String clusterId)
The unique identifier of the EMR cluster.
|
static CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.create(software.constructs.Construct scope,
String id) |
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.instanceFleetType(String instanceFleetType)
The node type that the instance fleet hosts.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.instanceTypeConfigs(IResolvable instanceTypeConfigs)
`InstanceTypeConfigs` determine the EC2 instances that Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.instanceTypeConfigs(List<? extends Object> instanceTypeConfigs)
`InstanceTypeConfigs` determine the EC2 instances that Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.launchSpecifications(CfnInstanceFleetConfig.InstanceFleetProvisioningSpecificationsProperty launchSpecifications)
The launch specification for the instance fleet.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.launchSpecifications(IResolvable launchSpecifications)
The launch specification for the instance fleet.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.name(String name)
The friendly name of the instance fleet.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.targetOnDemandCapacity(Number targetOnDemandCapacity)
The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.
|
CfnInstanceFleetConfig.Builder |
CfnInstanceFleetConfig.Builder.targetSpotCapacity(Number targetSpotCapacity)
The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.
|
Copyright © 2022. All rights reserved.