Uses of Interface
software.amazon.awssdk.services.glue.model.ViewDefinition.Builder
-
Packages that use ViewDefinition.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewDefinition.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ViewDefinition.Builder Modifier and Type Method Description static ViewDefinition.BuilderViewDefinition. builder()ViewDefinition.BuilderViewDefinition.Builder. definer(String definer)The definer of a view in SQL.ViewDefinition.BuilderViewDefinition.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.ViewDefinition.BuilderViewDefinition.Builder. representations(Collection<ViewRepresentation> representations)A list of representations.ViewDefinition.BuilderViewDefinition.Builder. representations(Consumer<ViewRepresentation.Builder>... representations)A list of representations.ViewDefinition.BuilderViewDefinition.Builder. representations(ViewRepresentation... representations)A list of representations.ViewDefinition.BuilderViewDefinition.Builder. subObjects(String... subObjects)A list of table Amazon Resource Names (ARNs).ViewDefinition.BuilderViewDefinition.Builder. subObjects(Collection<String> subObjects)A list of table Amazon Resource Names (ARNs).ViewDefinition.BuilderViewDefinition. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ViewDefinition.Builder Modifier and Type Method Description static Class<? extends ViewDefinition.Builder>ViewDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ViewDefinition.Builder Modifier and Type Method Description default Table.BuilderTable.Builder. viewDefinition(Consumer<ViewDefinition.Builder> viewDefinition)A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.
-