Class CfnMLTransform.InputRecordTablesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnMLTransform.InputRecordTablesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMLTransform.InputRecordTablesProperty>
- Enclosing interface:
CfnMLTransform.InputRecordTablesProperty
@Stability(Stable)
public static final class CfnMLTransform.InputRecordTablesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMLTransform.InputRecordTablesProperty>
A builder for
CfnMLTransform.InputRecordTablesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.glueTables
(List<? extends Object> glueTables) Sets the value ofCfnMLTransform.InputRecordTablesProperty.getGlueTables()
glueTables
(IResolvable glueTables) Sets the value ofCfnMLTransform.InputRecordTablesProperty.getGlueTables()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
glueTables
@Stability(Stable) public CfnMLTransform.InputRecordTablesProperty.Builder glueTables(IResolvable glueTables) Sets the value ofCfnMLTransform.InputRecordTablesProperty.getGlueTables()
- Parameters:
glueTables
- The database and table in the AWS Glue Data Catalog that is used for input or output data.- Returns:
this
-
glueTables
@Stability(Stable) public CfnMLTransform.InputRecordTablesProperty.Builder glueTables(List<? extends Object> glueTables) Sets the value ofCfnMLTransform.InputRecordTablesProperty.getGlueTables()
- Parameters:
glueTables
- The database and table in the AWS Glue Data Catalog that is used for input or output data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMLTransform.InputRecordTablesProperty>
- Returns:
- a new instance of
CfnMLTransform.InputRecordTablesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-