Interface GlueTableReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GlueTableReference.Builder,GlueTableReference>,SdkBuilder<GlueTableReference.Builder,GlueTableReference>,SdkPojo
- Enclosing class:
- GlueTableReference
public static interface GlueTableReference.Builder extends SdkPojo, CopyableBuilder<GlueTableReference.Builder,GlueTableReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlueTableReference.BuilderdatabaseName(String databaseName)The name of the database the Glue table belongs to.GlueTableReference.BuildertableName(String tableName)The name of the Glue table.-
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, sdkFields
-
-
-
-
Method Detail
-
tableName
GlueTableReference.Builder tableName(String tableName)
The name of the Glue table.
- Parameters:
tableName- The name of the Glue table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
GlueTableReference.Builder databaseName(String databaseName)
The name of the database the Glue table belongs to.
- Parameters:
databaseName- The name of the database the Glue table belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-