Uses of Interface
software.amazon.awscdk.services.glue.CfnJob.JobCommandProperty
Packages that use CfnJob.JobCommandProperty
-
Uses of CfnJob.JobCommandProperty in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement CfnJob.JobCommandPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnJob.JobCommandPropertyMethods in software.amazon.awscdk.services.glue that return CfnJob.JobCommandPropertyModifier and TypeMethodDescriptionCfnJob.JobCommandProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.glue with parameters of type CfnJob.JobCommandPropertyModifier and TypeMethodDescriptionCfnJob.Builder.command(CfnJob.JobCommandProperty command) The code that executes a job.CfnJobProps.Builder.command(CfnJob.JobCommandProperty command) Sets the value ofCfnJobProps.getCommand()voidCfnJob.setCommand(CfnJob.JobCommandProperty value) The code that executes a job.