| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default EmrCreateCluster.InstanceMarket |
EmrCreateCluster.InstanceGroupConfigProperty.getMarket()
(experimental) Market type of the EC2 instances used to create a cluster node.
|
EmrCreateCluster.InstanceMarket |
EmrCreateCluster.InstanceGroupConfigProperty.Jsii$Proxy.getMarket() |
default EmrCreateCluster.InstanceMarket |
EmrCreateCluster.ScalingActionProperty.getMarket()
(experimental) Not available for instance groups.
|
EmrCreateCluster.InstanceMarket |
EmrCreateCluster.ScalingActionProperty.Jsii$Proxy.getMarket() |
static EmrCreateCluster.InstanceMarket |
EmrCreateCluster.InstanceMarket.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.InstanceMarket[] |
EmrCreateCluster.InstanceMarket.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.InstanceGroupConfigProperty.Builder |
EmrCreateCluster.InstanceGroupConfigProperty.Builder.market(EmrCreateCluster.InstanceMarket market)
Sets the value of
EmrCreateCluster.InstanceGroupConfigProperty.getMarket() |
EmrCreateCluster.ScalingActionProperty.Builder |
EmrCreateCluster.ScalingActionProperty.Builder.market(EmrCreateCluster.InstanceMarket market)
Sets the value of
EmrCreateCluster.ScalingActionProperty.getMarket() |
| Constructor and Description |
|---|
Jsii$Proxy(EmrCreateCluster.SimpleScalingPolicyConfigurationProperty simpleScalingPolicyConfiguration,
EmrCreateCluster.InstanceMarket market)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Jsii$Proxy(Number instanceCount,
EmrCreateCluster.InstanceRoleType instanceRole,
String instanceType,
EmrCreateCluster.AutoScalingPolicyProperty autoScalingPolicy,
String bidPrice,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
EmrCreateCluster.EbsConfigurationProperty ebsConfiguration,
EmrCreateCluster.InstanceMarket market,
String name)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2021. All rights reserved.