Interface TableReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TableReference.Builder,,TableReference> SdkBuilder<TableReference.Builder,,TableReference> SdkPojo
- Enclosing class:
TableReference
-
Method Summary
Modifier and TypeMethodDescriptiondefault TableReference.Builderathena(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.BuilderIf 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.Buildersnowflake(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
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
-
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.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:
-
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.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:
-
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.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:
-