| 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()
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()
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() |
Copyright © 2022. All rights reserved.