Interface AthenaTableReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AthenaTableReference.Builder,
,AthenaTableReference> SdkBuilder<AthenaTableReference.Builder,
,AthenaTableReference> SdkPojo
- Enclosing class:
AthenaTableReference
@Mutable
@NotThreadSafe
public static interface AthenaTableReference.Builder
extends SdkPojo, CopyableBuilder<AthenaTableReference.Builder,AthenaTableReference>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) The database name.outputLocation
(String outputLocation) The output location for the Athena table.The Amazon Web Services Region where the Athena table is located.region
(CommercialRegion region) The Amazon Web Services Region where the Athena table is located.The table reference.The workgroup of the Athena table reference.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 Athena 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 Athena 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 Athena 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 Athena 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:
-
workGroup
The workgroup of the Athena table reference.
- Parameters:
workGroup
- The workgroup of the Athena table reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputLocation
The output location for the Athena table.
- Parameters:
outputLocation
- The output location for the Athena table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
The database name.
- Parameters:
databaseName
- The database name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The table reference.
- Parameters:
tableName
- The table reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-