public static interface DatabaseTableOutputOptions.Builder extends SdkPojo, CopyableBuilder<DatabaseTableOutputOptions.Builder,DatabaseTableOutputOptions>
| Modifier and Type | Method and Description |
|---|---|
DatabaseTableOutputOptions.Builder |
tableName(String tableName)
A prefix for the name of a table DataBrew will create in the database.
|
default DatabaseTableOutputOptions.Builder |
tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
DatabaseTableOutputOptions.Builder |
tempDirectory(S3Location tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabaseTableOutputOptions.Builder tempDirectory(S3Location tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
tempDirectory - Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate
results.default DatabaseTableOutputOptions.Builder tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tempDirectory(S3Location).
tempDirectory - a consumer that will call methods on S3Location.BuildertempDirectory(S3Location)DatabaseTableOutputOptions.Builder tableName(String tableName)
A prefix for the name of a table DataBrew will create in the database.
tableName - A prefix for the name of a table DataBrew will create in the database.Copyright © 2023. All rights reserved.