Interface AthenaTableReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AthenaTableReference.Builder,,AthenaTableReference> SdkBuilder<AthenaTableReference.Builder,,AthenaTableReference> SdkPojo
- Enclosing class:
AthenaTableReference
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 table reference.The workgroup of the Athena table reference.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
-
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.
-