Uses of Interface
software.amazon.awscdk.services.glue.CfnSession.SessionCommandProperty
Packages that use CfnSession.SessionCommandProperty
-
Uses of CfnSession.SessionCommandProperty in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement CfnSession.SessionCommandPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnSession.SessionCommandPropertyMethods in software.amazon.awscdk.services.glue that return CfnSession.SessionCommandPropertyModifier and TypeMethodDescriptionCfnSession.SessionCommandProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.glue with parameters of type CfnSession.SessionCommandPropertyModifier and TypeMethodDescriptionCfnSession.Builder.command(CfnSession.SessionCommandProperty command) The SessionCommand that runs the job.CfnSessionProps.Builder.command(CfnSession.SessionCommandProperty command) Sets the value ofCfnSessionProps.getCommand()voidCfnSession.setCommand(CfnSession.SessionCommandProperty value) The SessionCommand that runs the job.