| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ViewRepresentationInput |
ViewRepresentationInput.clone() |
ViewRepresentationInput |
ViewRepresentationInput.withDialect(String dialect)
A parameter that specifies the engine type of a specific representation.
|
ViewRepresentationInput |
ViewRepresentationInput.withDialect(ViewDialect dialect)
A parameter that specifies the engine type of a specific representation.
|
ViewRepresentationInput |
ViewRepresentationInput.withDialectVersion(String dialectVersion)
A parameter that specifies the version of the engine of a specific representation.
|
ViewRepresentationInput |
ViewRepresentationInput.withValidationConnection(String validationConnection)
The name of the connection to be used to validate the specific representation of the view.
|
ViewRepresentationInput |
ViewRepresentationInput.withViewExpandedText(String viewExpandedText)
A string that represents the SQL query that describes the view with expanded resource ARNs
|
ViewRepresentationInput |
ViewRepresentationInput.withViewOriginalText(String viewOriginalText)
A string that represents the original SQL query that describes the view.
|
| Modifier and Type | Method and Description |
|---|---|
List<ViewRepresentationInput> |
ViewDefinitionInput.getRepresentations()
A list of structures that contains the dialect of the view, and the query that defines the view.
|
| Modifier and Type | Method and Description |
|---|---|
ViewDefinitionInput |
ViewDefinitionInput.withRepresentations(ViewRepresentationInput... representations)
A list of structures that contains the dialect of the view, and the query that defines the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDefinitionInput.setRepresentations(Collection<ViewRepresentationInput> representations)
A list of structures that contains the dialect of the view, and the query that defines the view.
|
ViewDefinitionInput |
ViewDefinitionInput.withRepresentations(Collection<ViewRepresentationInput> representations)
A list of structures that contains the dialect of the view, and the query that defines the view.
|
Copyright © 2025. All rights reserved.