| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static TableReference |
TableReference.fromGlue(Consumer<GlueTableReference.Builder> glue)
Create an instance of this class with
glue() initialized to the given value. |
static TableReference |
TableReference.fromGlue(GlueTableReference glue)
Create an instance of this class with
glue() initialized to the given value. |
TableReference |
ConfiguredTable.tableReference()
The AWS Glue table that this configured table represents.
|
TableReference |
CreateConfiguredTableRequest.tableReference()
A reference to the AWS Glue table being configured.
|
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTable.Builder |
ConfiguredTable.Builder.tableReference(TableReference tableReference)
The AWS Glue table that this configured table represents.
|
CreateConfiguredTableRequest.Builder |
CreateConfiguredTableRequest.Builder.tableReference(TableReference tableReference)
A reference to the AWS Glue table being configured.
|
Copyright © 2023. All rights reserved.