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.lastRefreshType(String lastRefreshType) |
The type of the materialized view's last refresh.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.lastRefreshType(LastRefreshType lastRefreshType) |
The type of the materialized view's last refresh.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.refreshSeconds(Long refreshSeconds) |
Auto refresh interval in seconds for the materialized view.
|
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.Builder.subObjectVersionIds(Long... subObjectVersionIds) |
List of the Apache Iceberg table versions referenced by the materialized view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.subObjectVersionIds(Collection<Long> subObjectVersionIds) |
List of the Apache Iceberg table versions referenced by the materialized view.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.toBuilder() |
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.viewVersionId(Long viewVersionId) |
The ID value that identifies this view's version.
|
ViewDefinitionInput.Builder |
ViewDefinitionInput.Builder.viewVersionToken(String viewVersionToken) |
The version ID of the Apache Iceberg table.
|