static ViewDefinitionInput.Builder |
ViewDefinitionInput.builder() |
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.definer(String definer) |
The definer of a view in SQL.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.isProtected(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.Builder |
ViewDefinitionInput.Builder.representations(Collection<ViewRepresentationInput> representations) |
A list of structures that contains the dialect of the view, and the query that defines the view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.representations(Consumer<ViewRepresentationInput.Builder>... representations) |
A list of structures that contains the dialect of the view, and the query that defines the view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.representations(ViewRepresentationInput... representations) |
A list of structures that contains the dialect of the view, and the query that defines the view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.subObjects(String... subObjects) |
A list of base table ARNs that make up the view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.subObjects(Collection<String> subObjects) |
A list of base table ARNs that make up the view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.toBuilder() |
|