public static final class CfnJob.DatabaseOutputProperty.Builder
extends java.lang.Object
CfnJob.DatabaseOutputProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnJob.DatabaseOutputProperty |
build()
Builds the configured instance.
|
CfnJob.DatabaseOutputProperty.Builder |
databaseOptions(CfnJob.DatabaseTableOutputOptionsProperty databaseOptions)
Sets the value of
CfnJob.DatabaseOutputProperty.getDatabaseOptions() |
CfnJob.DatabaseOutputProperty.Builder |
databaseOptions(IResolvable databaseOptions)
Sets the value of
CfnJob.DatabaseOutputProperty.getDatabaseOptions() |
CfnJob.DatabaseOutputProperty.Builder |
databaseOutputMode(java.lang.String databaseOutputMode)
Sets the value of
CfnJob.DatabaseOutputProperty.getDatabaseOutputMode() |
CfnJob.DatabaseOutputProperty.Builder |
glueConnectionName(java.lang.String glueConnectionName)
Sets the value of
CfnJob.DatabaseOutputProperty.getGlueConnectionName() |
public CfnJob.DatabaseOutputProperty.Builder databaseOptions(IResolvable databaseOptions)
CfnJob.DatabaseOutputProperty.getDatabaseOptions()
databaseOptions
- Represents options that specify how and where DataBrew writes the database output generated by recipe jobs. This parameter is required.this
public CfnJob.DatabaseOutputProperty.Builder databaseOptions(CfnJob.DatabaseTableOutputOptionsProperty databaseOptions)
CfnJob.DatabaseOutputProperty.getDatabaseOptions()
databaseOptions
- Represents options that specify how and where DataBrew writes the database output generated by recipe jobs. This parameter is required.this
public CfnJob.DatabaseOutputProperty.Builder glueConnectionName(java.lang.String glueConnectionName)
CfnJob.DatabaseOutputProperty.getGlueConnectionName()
glueConnectionName
- The AWS Glue connection that stores the connection information for the target database. This parameter is required.this
public CfnJob.DatabaseOutputProperty.Builder databaseOutputMode(java.lang.String databaseOutputMode)
CfnJob.DatabaseOutputProperty.getDatabaseOutputMode()
databaseOutputMode
- The output mode to write into the database.
Currently supported option: NEW_TABLE.this
public CfnJob.DatabaseOutputProperty build()
CfnJob.DatabaseOutputProperty
java.lang.NullPointerException
- if any required attribute was not provided