| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.InstanceRoleType |
EmrCreateCluster.InstanceFleetConfigProperty.getInstanceFleetType()
(experimental) The node type that the instance fleet hosts.
|
EmrCreateCluster.InstanceRoleType |
EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy.getInstanceFleetType() |
EmrCreateCluster.InstanceRoleType |
EmrCreateCluster.InstanceGroupConfigProperty.getInstanceRole()
(experimental) The role of the instance group in the cluster.
|
EmrCreateCluster.InstanceRoleType |
EmrCreateCluster.InstanceGroupConfigProperty.Jsii$Proxy.getInstanceRole() |
static EmrCreateCluster.InstanceRoleType |
EmrCreateCluster.InstanceRoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.InstanceRoleType[] |
EmrCreateCluster.InstanceRoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.InstanceFleetConfigProperty.Builder |
EmrCreateCluster.InstanceFleetConfigProperty.Builder.instanceFleetType(EmrCreateCluster.InstanceRoleType instanceFleetType)
Sets the value of
EmrCreateCluster.InstanceFleetConfigProperty.getInstanceFleetType() |
EmrCreateCluster.InstanceGroupConfigProperty.Builder |
EmrCreateCluster.InstanceGroupConfigProperty.Builder.instanceRole(EmrCreateCluster.InstanceRoleType instanceRole)
Sets the value of
EmrCreateCluster.InstanceGroupConfigProperty.getInstanceRole() |
Copyright © 2021. All rights reserved.