Interface TableReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableReference.Builder,TableReference>,SdkBuilder<TableReference.Builder,TableReference>,SdkPojo
- Enclosing class:
- TableReference
public static interface TableReference.Builder extends SdkPojo, CopyableBuilder<TableReference.Builder,TableReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TableReference.Builderathena(Consumer<AthenaTableReference.Builder> athena)If present, a reference to the Athena table referred to by this table reference.TableReference.Builderathena(AthenaTableReference athena)If present, a reference to the Athena table referred to by this table reference.default TableReference.Builderglue(Consumer<GlueTableReference.Builder> glue)If present, a reference to the Glue table referred to by this table reference.TableReference.Builderglue(GlueTableReference glue)If present, a reference to the Glue table referred to by this table reference.default TableReference.Buildersnowflake(Consumer<SnowflakeTableReference.Builder> snowflake)If present, a reference to the Snowflake table referred to by this table reference.TableReference.Buildersnowflake(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 Detail
-
glue
TableReference.Builder glue(GlueTableReference 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
default TableReference.Builder glue(Consumer<GlueTableReference.Builder> 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.Builderavoiding the need to create one manually viaGlueTableReference.builder().When the
Consumercompletes,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:
glue(GlueTableReference)
-
snowflake
TableReference.Builder snowflake(SnowflakeTableReference 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
default TableReference.Builder snowflake(Consumer<SnowflakeTableReference.Builder> 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.Builderavoiding the need to create one manually viaSnowflakeTableReference.builder().When the
Consumercompletes,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:
snowflake(SnowflakeTableReference)
-
athena
TableReference.Builder athena(AthenaTableReference 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
default TableReference.Builder athena(Consumer<AthenaTableReference.Builder> 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.Builderavoiding the need to create one manually viaAthenaTableReference.builder().When the
Consumercompletes,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:
athena(AthenaTableReference)
-
-