Interface CatalogTableConfigOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CatalogTableConfigOptions.Builder,,CatalogTableConfigOptions> SdkBuilder<CatalogTableConfigOptions.Builder,,CatalogTableConfigOptions> SdkPojo
- Enclosing class:
CatalogTableConfigOptions
@Mutable
@NotThreadSafe
public static interface CatalogTableConfigOptions.Builder
extends SdkPojo, CopyableBuilder<CatalogTableConfigOptions.Builder,CatalogTableConfigOptions>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the Glue Data Catalog.databaseName(String databaseName) The name of the database in the Glue Data Catalog.s3Location(String s3Location) The Amazon S3 location for storing the results.The name of the table in the Glue Data Catalog.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
databaseName
The name of the database in the Glue Data Catalog.
- Parameters:
databaseName- The name of the database in the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the table in the Glue Data Catalog.
- Parameters:
tableName- The name of the table in the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
The Amazon S3 location for storing the results.
- Parameters:
s3Location- The Amazon S3 location for storing the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogId
A unique identifier for the Glue Data Catalog.
- Parameters:
catalogId- A unique identifier for the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-