Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.BootstrapActionConfigProperty
Packages that use EmrCreateCluster.BootstrapActionConfigProperty
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.BootstrapActionConfigProperty in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EmrCreateCluster.BootstrapActionConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forEmrCreateCluster.BootstrapActionConfigPropertyMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateCluster.BootstrapActionConfigPropertyModifier and TypeMethodDescriptionEmrCreateCluster.BootstrapActionConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type EmrCreateCluster.BootstrapActionConfigPropertyModifier and TypeMethodDescriptionEmrCreateClusterJsonataProps.getBootstrapActions()A list of bootstrap actions to run before Hadoop starts on the cluster nodes.EmrCreateClusterJsonataProps.Jsii$Proxy.getBootstrapActions()EmrCreateClusterJsonPathProps.getBootstrapActions()A list of bootstrap actions to run before Hadoop starts on the cluster nodes.EmrCreateClusterJsonPathProps.Jsii$Proxy.getBootstrapActions()EmrCreateClusterProps.getBootstrapActions()A list of bootstrap actions to run before Hadoop starts on the cluster nodes.EmrCreateClusterProps.Jsii$Proxy.getBootstrapActions()Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type EmrCreateCluster.BootstrapActionConfigPropertyModifier and TypeMethodDescriptionEmrCreateCluster.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.EmrCreateClusterJsonataProps.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) Sets the value ofEmrCreateClusterJsonataProps.getBootstrapActions()EmrCreateClusterJsonPathProps.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) Sets the value ofEmrCreateClusterJsonPathProps.getBootstrapActions()EmrCreateClusterProps.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) Sets the value ofEmrCreateClusterProps.getBootstrapActions()