public static interface DatabaseInputDefinition.Builder extends SdkPojo, CopyableBuilder<DatabaseInputDefinition.Builder,DatabaseInputDefinition>
| Modifier and Type | Method and Description |
|---|---|
DatabaseInputDefinition.Builder |
databaseTableName(String databaseTableName)
The table within the target database.
|
DatabaseInputDefinition.Builder |
glueConnectionName(String glueConnectionName)
The Glue Connection that stores the connection information for the target database.
|
DatabaseInputDefinition.Builder |
queryString(String queryString)
Custom SQL to run against the provided Glue connection.
|
default DatabaseInputDefinition.Builder |
tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Sets the value of the TempDirectory property for this object.
|
DatabaseInputDefinition.Builder |
tempDirectory(S3Location tempDirectory)
Sets the value of the TempDirectory property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabaseInputDefinition.Builder glueConnectionName(String glueConnectionName)
The Glue Connection that stores the connection information for the target database.
glueConnectionName - The Glue Connection that stores the connection information for the target database.DatabaseInputDefinition.Builder databaseTableName(String databaseTableName)
The table within the target database.
databaseTableName - The table within the target database.DatabaseInputDefinition.Builder tempDirectory(S3Location tempDirectory)
tempDirectory - The new value for the TempDirectory property for this object.default DatabaseInputDefinition.Builder tempDirectory(Consumer<S3Location.Builder> tempDirectory)
S3Location.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)DatabaseInputDefinition.Builder queryString(String queryString)
Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.
queryString - Custom SQL to run against the provided Glue connection. This SQL will be used as the input for
DataBrew projects and jobs.Copyright © 2023. All rights reserved.