Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateClusterProps.Builder
Packages that use EmrCreateClusterProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateClusterProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateClusterProps.BuilderModifier and TypeMethodDescriptionEmrCreateClusterProps.Builder.additionalInfo(String additionalInfo) Sets the value ofEmrCreateClusterProps.getAdditionalInfo()EmrCreateClusterProps.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications) Sets the value ofEmrCreateClusterProps.getApplications()EmrCreateClusterProps.Builder.autoScalingRole(IRole autoScalingRole) Sets the value ofEmrCreateClusterProps.getAutoScalingRole()EmrCreateClusterProps.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) Sets the value ofEmrCreateClusterProps.getBootstrapActions()EmrCreateClusterProps.builder()EmrCreateClusterProps.Builder.clusterRole(IRole clusterRole) Sets the value ofEmrCreateClusterProps.getClusterRole()Sets the value ofTaskStateBaseProps.getComment()EmrCreateClusterProps.Builder.configurations(List<? extends EmrCreateCluster.ConfigurationProperty> configurations) Sets the value ofEmrCreateClusterProps.getConfigurations()EmrCreateClusterProps.Builder.customAmiId(String customAmiId) Sets the value ofEmrCreateClusterProps.getCustomAmiId()EmrCreateClusterProps.Builder.ebsRootVolumeSize(Size ebsRootVolumeSize) Sets the value ofEmrCreateClusterProps.getEbsRootVolumeSize()Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()EmrCreateClusterProps.Builder.instances(EmrCreateCluster.InstancesConfigProperty instances) Sets the value ofEmrCreateClusterProps.getInstances()EmrCreateClusterProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()EmrCreateClusterProps.Builder.kerberosAttributes(EmrCreateCluster.KerberosAttributesProperty kerberosAttributes) Sets the value ofEmrCreateClusterProps.getKerberosAttributes()Sets the value ofEmrCreateClusterProps.getLogUri()Sets the value ofEmrCreateClusterProps.getName()EmrCreateClusterProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()EmrCreateClusterProps.Builder.releaseLabel(String releaseLabel) Sets the value ofEmrCreateClusterProps.getReleaseLabel()EmrCreateClusterProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()EmrCreateClusterProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()EmrCreateClusterProps.Builder.scaleDownBehavior(EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior) Sets the value ofEmrCreateClusterProps.getScaleDownBehavior()EmrCreateClusterProps.Builder.securityConfiguration(String securityConfiguration) Sets the value ofEmrCreateClusterProps.getSecurityConfiguration()EmrCreateClusterProps.Builder.serviceRole(IRole serviceRole) Sets the value ofEmrCreateClusterProps.getServiceRole()EmrCreateClusterProps.Builder.stepConcurrencyLevel(Number stepConcurrencyLevel) Sets the value ofEmrCreateClusterProps.getStepConcurrencyLevel()Sets the value ofEmrCreateClusterProps.getTags()Sets the value ofTaskStateBaseProps.getTimeout()EmrCreateClusterProps.Builder.visibleToAllUsers(Boolean visibleToAllUsers) Sets the value ofEmrCreateClusterProps.getVisibleToAllUsers()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCreateClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(EmrCreateClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEmrCreateClusterProps.Builder.