Interface DynamoDBCatalogSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DynamoDBCatalogSource.Builder,DynamoDBCatalogSource>,SdkBuilder<DynamoDBCatalogSource.Builder,DynamoDBCatalogSource>,SdkPojo
- Enclosing class:
- DynamoDBCatalogSource
public static interface DynamoDBCatalogSource.Builder extends SdkPojo, CopyableBuilder<DynamoDBCatalogSource.Builder,DynamoDBCatalogSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamoDBCatalogSource.Builderdatabase(String database)The name of the database to read from.DynamoDBCatalogSource.Buildername(String name)The name of the data source.DynamoDBCatalogSource.Buildertable(String table)The name of the table in the database to read from.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
DynamoDBCatalogSource.Builder name(String name)
The name of the data source.
- Parameters:
name- The name of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
DynamoDBCatalogSource.Builder database(String database)
The name of the database to read from.
- Parameters:
database- The name of the database to read from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
DynamoDBCatalogSource.Builder table(String table)
The name of the table in the database to read from.
- Parameters:
table- The name of the table in the database to read from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-