Interface GlueTableReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlueTableReference.Builder,
,GlueTableReference> SdkBuilder<GlueTableReference.Builder,
,GlueTableReference> SdkPojo
- Enclosing class:
GlueTableReference
@Mutable
@NotThreadSafe
public static interface GlueTableReference.Builder
extends SdkPojo, CopyableBuilder<GlueTableReference.Builder,GlueTableReference>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) The name of the database the Glue table belongs to.The Amazon Web Services Region where the Glue table is located.region
(CommercialRegion region) The Amazon Web Services Region where the Glue table is located.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, sdkFieldNameToField, sdkFields
-
Method Details
-
region
The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
- Parameters:
region
- The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
region
The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
- Parameters:
region
- The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-