Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ApplicationConfigProperty
Packages that use EmrCreateCluster.ApplicationConfigProperty
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.ApplicationConfigProperty in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EmrCreateCluster.ApplicationConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forEmrCreateCluster.ApplicationConfigPropertyMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateCluster.ApplicationConfigPropertyModifier and TypeMethodDescriptionEmrCreateCluster.ApplicationConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type EmrCreateCluster.ApplicationConfigPropertyModifier and TypeMethodDescriptionEmrCreateClusterJsonataProps.getApplications()A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.EmrCreateClusterJsonataProps.Jsii$Proxy.getApplications()EmrCreateClusterJsonPathProps.getApplications()A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.EmrCreateClusterJsonPathProps.Jsii$Proxy.getApplications()EmrCreateClusterProps.getApplications()A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.EmrCreateClusterProps.Jsii$Proxy.getApplications()Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type EmrCreateCluster.ApplicationConfigPropertyModifier and TypeMethodDescriptionEmrCreateCluster.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications) A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.EmrCreateClusterJsonataProps.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications) Sets the value ofEmrCreateClusterJsonataProps.getApplications()EmrCreateClusterJsonPathProps.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications) Sets the value ofEmrCreateClusterJsonPathProps.getApplications()EmrCreateClusterProps.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications) Sets the value ofEmrCreateClusterProps.getApplications()