@Stability(value=Stable) public static final class CfnJob.DatabaseTableOutputOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.DatabaseTableOutputOptionsProperty>
CfnJob.DatabaseTableOutputOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.DatabaseTableOutputOptionsProperty |
build()
Builds the configured instance.
|
CfnJob.DatabaseTableOutputOptionsProperty.Builder |
tableName(String tableName)
Sets the value of
CfnJob.DatabaseTableOutputOptionsProperty.getTableName() |
CfnJob.DatabaseTableOutputOptionsProperty.Builder |
tempDirectory(CfnJob.S3LocationProperty tempDirectory)
Sets the value of
CfnJob.DatabaseTableOutputOptionsProperty.getTempDirectory() |
CfnJob.DatabaseTableOutputOptionsProperty.Builder |
tempDirectory(IResolvable tempDirectory)
Sets the value of
CfnJob.DatabaseTableOutputOptionsProperty.getTempDirectory() |
@Stability(value=Stable) public CfnJob.DatabaseTableOutputOptionsProperty.Builder tableName(String tableName)
CfnJob.DatabaseTableOutputOptionsProperty.getTableName()tableName - A prefix for the name of a table DataBrew will create in the database. This parameter is required.this@Stability(value=Stable) public CfnJob.DatabaseTableOutputOptionsProperty.Builder tempDirectory(CfnJob.S3LocationProperty tempDirectory)
CfnJob.DatabaseTableOutputOptionsProperty.getTempDirectory()tempDirectory - Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.this@Stability(value=Stable) public CfnJob.DatabaseTableOutputOptionsProperty.Builder tempDirectory(IResolvable tempDirectory)
CfnJob.DatabaseTableOutputOptionsProperty.getTempDirectory()tempDirectory - Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.this@Stability(value=Stable) public CfnJob.DatabaseTableOutputOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.DatabaseTableOutputOptionsProperty>CfnJob.DatabaseTableOutputOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.