public static interface TableReference.Builder extends SdkPojo, CopyableBuilder<TableReference.Builder,TableReference>
| Modifier and Type | Method and Description |
|---|---|
default TableReference.Builder |
glue(Consumer<GlueTableReference.Builder> glue)
If present, a reference to the AWS Glue table referred to by this table reference.
|
TableReference.Builder |
glue(GlueTableReference glue)
If present, a reference to the AWS Glue table referred to by this table reference.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableReference.Builder glue(GlueTableReference glue)
If present, a reference to the AWS Glue table referred to by this table reference.
glue - If present, a reference to the AWS Glue table referred to by this table reference.default TableReference.Builder glue(Consumer<GlueTableReference.Builder> glue)
If present, a reference to the AWS 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 via GlueTableReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to glue(GlueTableReference).
glue - a consumer that will call methods on GlueTableReference.Builderglue(GlueTableReference)Copyright © 2023. All rights reserved.