Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.InstanceRoleType
Packages that use EmrCreateCluster.InstanceRoleType
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.InstanceRoleType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateCluster.InstanceRoleTypeModifier and TypeMethodDescriptionEmrCreateCluster.InstanceFleetConfigProperty.getInstanceFleetType()The node type that the instance fleet hosts.EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy.getInstanceFleetType()EmrCreateCluster.InstanceGroupConfigProperty.getInstanceRole()The role of the instance group in the cluster.EmrCreateCluster.InstanceGroupConfigProperty.Jsii$Proxy.getInstanceRole()Returns the enum constant of this class with the specified name.static EmrCreateCluster.InstanceRoleType[]EmrCreateCluster.InstanceRoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCreateCluster.InstanceRoleTypeModifier and TypeMethodDescriptionEmrCreateCluster.InstanceFleetConfigProperty.Builder.instanceFleetType(EmrCreateCluster.InstanceRoleType instanceFleetType) Sets the value ofEmrCreateCluster.InstanceFleetConfigProperty.getInstanceFleetType()EmrCreateCluster.InstanceGroupConfigProperty.Builder.instanceRole(EmrCreateCluster.InstanceRoleType instanceRole) Sets the value ofEmrCreateCluster.InstanceGroupConfigProperty.getInstanceRole()