Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
AthenaConnectorSource |
AthenaConnectorSource.clone() |
AthenaConnectorSource |
CodeGenConfigurationNode.getAthenaConnectorSource()
Specifies a connector to an Amazon Athena data source.
|
AthenaConnectorSource |
AthenaConnectorSource.withConnectionName(String connectionName)
The name of the connection that is associated with the connector.
|
AthenaConnectorSource |
AthenaConnectorSource.withConnectionTable(String connectionTable)
The name of the table in the data source.
|
AthenaConnectorSource |
AthenaConnectorSource.withConnectionType(String connectionType)
The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena
data store.
|
AthenaConnectorSource |
AthenaConnectorSource.withConnectorName(String connectorName)
The name of a connector that assists with accessing the data store in Glue Studio.
|
AthenaConnectorSource |
AthenaConnectorSource.withName(String name)
The name of the data source.
|
AthenaConnectorSource |
AthenaConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom Athena source.
|
AthenaConnectorSource |
AthenaConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom Athena source.
|
AthenaConnectorSource |
AthenaConnectorSource.withSchemaName(String schemaName)
The name of the Cloudwatch log group to read from.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setAthenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withAthenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
|
Copyright © 2023. All rights reserved.