| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ViewDefinitionInput |
ViewDefinitionInput.clone() |
ViewDefinitionInput |
TableInput.getViewDefinition()
A structure that contains all the information that defines the view, including the dialect or dialects for the
view, and the query.
|
ViewDefinitionInput |
ViewDefinitionInput.withDefiner(String definer)
The definer of a view in SQL.
|
ViewDefinitionInput |
ViewDefinitionInput.withIsProtected(Boolean isProtected)
You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan
of the view during query planning.
|
ViewDefinitionInput |
ViewDefinitionInput.withRepresentations(Collection<ViewRepresentationInput> representations)
A list of structures that contains the dialect of the view, and the query that defines the view.
|
ViewDefinitionInput |
ViewDefinitionInput.withRepresentations(ViewRepresentationInput... representations)
A list of structures that contains the dialect of the view, and the query that defines the view.
|
ViewDefinitionInput |
ViewDefinitionInput.withSubObjects(Collection<String> subObjects)
A list of base table ARNs that make up the view.
|
ViewDefinitionInput |
ViewDefinitionInput.withSubObjects(String... subObjects)
A list of base table ARNs that make up the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableInput.setViewDefinition(ViewDefinitionInput viewDefinition)
A structure that contains all the information that defines the view, including the dialect or dialects for the
view, and the query.
|
TableInput |
TableInput.withViewDefinition(ViewDefinitionInput viewDefinition)
A structure that contains all the information that defines the view, including the dialect or dialects for the
view, and the query.
|
Copyright © 2025. All rights reserved.