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 AWS Glue Connection that stores the connection information for the target database.
|
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 AWS Glue Connection that stores the connection information for the target database.
glueConnectionName - The AWS 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)Copyright © 2021. All rights reserved.