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()
Sets the value ofAssignableStateOptions.getAssign()
EmrCreateClusterProps.Builder.autoScalingRole
(IRole autoScalingRole) Sets the value ofEmrCreateClusterProps.getAutoScalingRole()
EmrCreateClusterProps.Builder.autoTerminationPolicyIdleTimeout
(Duration autoTerminationPolicyIdleTimeout) Sets the value ofEmrCreateClusterProps.getAutoTerminationPolicyIdleTimeout()
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 ofStateBaseProps.getComment()
EmrCreateClusterProps.Builder.configurations
(List<? extends EmrCreateCluster.ConfigurationProperty> configurations) Sets the value ofEmrCreateClusterProps.getConfigurations()
EmrCreateClusterProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()
EmrCreateClusterProps.Builder.customAmiId
(String customAmiId) Sets the value ofEmrCreateClusterProps.getCustomAmiId()
EmrCreateClusterProps.Builder.ebsRootVolumeSize
(Size ebsRootVolumeSize) Sets the value ofEmrCreateClusterProps.getEbsRootVolumeSize()
Deprecated.use `heartbeatTimeout`EmrCreateClusterProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()
Sets the value ofJsonPathCommonOptions.getInputPath()
EmrCreateClusterProps.Builder.instances
(EmrCreateCluster.InstancesConfigProperty instances) Sets the value ofEmrCreateClusterProps.getInstances()
EmrCreateClusterProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.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 ofJsonPathCommonOptions.getOutputPath()
Sets the value ofJsonataCommonOptions.getOutputs()
EmrCreateClusterProps.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
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()
Sets the value ofStateBaseProps.getStateName()
EmrCreateClusterProps.Builder.stepConcurrencyLevel
(Number stepConcurrencyLevel) Sets the value ofEmrCreateClusterProps.getStepConcurrencyLevel()
Sets the value ofEmrCreateClusterProps.getTags()
EmrCreateClusterProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()
Deprecated.use `taskTimeout`EmrCreateClusterProps.Builder.visibleToAllUsers
(Boolean visibleToAllUsers) Sets the value ofEmrCreateClusterProps.getVisibleToAllUsers()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCreateClusterProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(EmrCreateClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEmrCreateClusterProps.Builder
.