Interface TableReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableReference.Builder,
,TableReference> SdkBuilder<TableReference.Builder,
,TableReference> SdkPojo
- Enclosing class:
TableReference
-
Method Summary
Modifier and TypeMethodDescriptiondefault TableReference.Builder
athena
(Consumer<AthenaTableReference.Builder> athena) If present, a reference to the Athena table referred to by this table reference.athena
(AthenaTableReference athena) If present, a reference to the Athena table referred to by this table reference.default TableReference.Builder
If present, a reference to the Glue table referred to by this table reference.glue
(GlueTableReference glue) If present, a reference to the Glue table referred to by this table reference.default TableReference.Builder
snowflake
(Consumer<SnowflakeTableReference.Builder> snowflake) If present, a reference to the Snowflake table referred to by this table reference.snowflake
(SnowflakeTableReference snowflake) If present, a reference to the Snowflake table referred to by this 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
-
glue
If present, a reference to the Glue table referred to by this table reference.
- Parameters:
glue
- If present, a reference to the Glue table referred to by this table reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glue
If present, a reference to the Glue table referred to by this table reference.
This is a convenience method that creates an instance of theGlueTableReference.Builder
avoiding the need to create one manually viaGlueTableReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglue(GlueTableReference)
.- Parameters:
glue
- a consumer that will call methods onGlueTableReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
snowflake
If present, a reference to the Snowflake table referred to by this table reference.
- Parameters:
snowflake
- If present, a reference to the Snowflake table referred to by this table reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snowflake
If present, a reference to the Snowflake table referred to by this table reference.
This is a convenience method that creates an instance of theSnowflakeTableReference.Builder
avoiding the need to create one manually viaSnowflakeTableReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosnowflake(SnowflakeTableReference)
.- Parameters:
snowflake
- a consumer that will call methods onSnowflakeTableReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
athena
If present, a reference to the Athena table referred to by this table reference.
- Parameters:
athena
- If present, a reference to the Athena table referred to by this table reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
athena
If present, a reference to the Athena table referred to by this table reference.
This is a convenience method that creates an instance of theAthenaTableReference.Builder
avoiding the need to create one manually viaAthenaTableReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toathena(AthenaTableReference)
.- Parameters:
athena
- a consumer that will call methods onAthenaTableReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-