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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AthenaTableReference.BuilderdatabaseName(String databaseName)The database name.AthenaTableReference.BuilderoutputLocation(String outputLocation)The output location for the Athena table.AthenaTableReference.BuildertableName(String tableName)The table reference.AthenaTableReference.BuilderworkGroup(String workGroup)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 Detail
-
workGroup
AthenaTableReference.Builder workGroup(String 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
AthenaTableReference.Builder outputLocation(String 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
AthenaTableReference.Builder databaseName(String 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
AthenaTableReference.Builder tableName(String tableName)
The table reference.
- Parameters:
tableName- The table reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-