@Stability(value=Stable) public static final class CfnJob.DatabaseOutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.DatabaseOutputProperty>
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(String databaseOutputMode)
Sets the value of
CfnJob.DatabaseOutputProperty.getDatabaseOutputMode() |
CfnJob.DatabaseOutputProperty.Builder |
glueConnectionName(String glueConnectionName)
Sets the value of
CfnJob.DatabaseOutputProperty.getGlueConnectionName() |
@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnJob.DatabaseOutputProperty.Builder glueConnectionName(String glueConnectionName)
CfnJob.DatabaseOutputProperty.getGlueConnectionName()glueConnectionName - The AWS Glue connection that stores the connection information for the target database. This parameter is required.this@Stability(value=Stable) public CfnJob.DatabaseOutputProperty.Builder databaseOutputMode(String databaseOutputMode)
CfnJob.DatabaseOutputProperty.getDatabaseOutputMode()databaseOutputMode - The output mode to write into the database.
Currently supported option: NEW_TABLE.this@Stability(value=Stable) public CfnJob.DatabaseOutputProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.DatabaseOutputProperty>CfnJob.DatabaseOutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.