@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 - `CfnJob.DatabaseOutputProperty.DatabaseOptions`. This parameter is required.this@Stability(value=Stable) public CfnJob.DatabaseOutputProperty.Builder databaseOptions(IResolvable databaseOptions)
CfnJob.DatabaseOutputProperty.getDatabaseOptions()databaseOptions - `CfnJob.DatabaseOutputProperty.DatabaseOptions`. This parameter is required.this@Stability(value=Stable) public CfnJob.DatabaseOutputProperty.Builder glueConnectionName(String glueConnectionName)
CfnJob.DatabaseOutputProperty.getGlueConnectionName()glueConnectionName - `CfnJob.DatabaseOutputProperty.GlueConnectionName`. This parameter is required.this@Stability(value=Stable) public CfnJob.DatabaseOutputProperty.Builder databaseOutputMode(String databaseOutputMode)
CfnJob.DatabaseOutputProperty.getDatabaseOutputMode()databaseOutputMode - `CfnJob.DatabaseOutputProperty.DatabaseOutputMode`.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.