Uses of Interface
software.amazon.awscdk.services.glue.CfnMLTransform.InputRecordTablesProperty
Packages that use CfnMLTransform.InputRecordTablesProperty
-
Uses of CfnMLTransform.InputRecordTablesProperty in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement CfnMLTransform.InputRecordTablesPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnMLTransform.InputRecordTablesPropertyMethods in software.amazon.awscdk.services.glue that return CfnMLTransform.InputRecordTablesPropertyModifier and TypeMethodDescriptionCfnMLTransform.InputRecordTablesProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.glue with parameters of type CfnMLTransform.InputRecordTablesPropertyModifier and TypeMethodDescriptionCfnMLTransform.Builder.inputRecordTables(CfnMLTransform.InputRecordTablesProperty inputRecordTables) A list of AWS Glue table definitions used by the transform.CfnMLTransformProps.Builder.inputRecordTables(CfnMLTransform.InputRecordTablesProperty inputRecordTables) Sets the value ofCfnMLTransformProps.getInputRecordTables()voidCfnMLTransform.setInputRecordTables(CfnMLTransform.InputRecordTablesProperty value) A list of AWS Glue table definitions used by the transform.