public static interface GlueTableReference.Builder extends SdkPojo, CopyableBuilder<GlueTableReference.Builder,GlueTableReference>
| Modifier and Type | Method and Description |
|---|---|
GlueTableReference.Builder |
databaseName(String databaseName)
The name of the database the AWS Glue table belongs to.
|
GlueTableReference.Builder |
tableName(String tableName)
The name of the AWS Glue table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlueTableReference.Builder tableName(String tableName)
The name of the AWS Glue table.
tableName - The name of the AWS Glue table.GlueTableReference.Builder databaseName(String databaseName)
The name of the database the AWS Glue table belongs to.
databaseName - The name of the database the AWS Glue table belongs to.Copyright © 2023. All rights reserved.