Uses of Interface
software.amazon.awscdk.services.glue.CfnJob.ConnectionsListProperty
Packages that use CfnJob.ConnectionsListProperty
-
Uses of CfnJob.ConnectionsListProperty in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement CfnJob.ConnectionsListPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnJob.ConnectionsListProperty
Methods in software.amazon.awscdk.services.glue that return CfnJob.ConnectionsListPropertyModifier and TypeMethodDescriptionCfnJob.ConnectionsListProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.glue with parameters of type CfnJob.ConnectionsListPropertyModifier and TypeMethodDescriptionCfnJob.Builder.connections
(CfnJob.ConnectionsListProperty connections) The connections used for this job.CfnJobProps.Builder.connections
(CfnJob.ConnectionsListProperty connections) Sets the value ofCfnJobProps.getConnections()
void
CfnJob.setConnections
(CfnJob.ConnectionsListProperty value) The connections used for this job.