Uses of Interface
software.amazon.awssdk.services.glue.model.TableOptimizerConfiguration.Builder
-
Packages that use TableOptimizerConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerConfiguration.Builder Modifier and Type Method Description static TableOptimizerConfiguration.BuilderTableOptimizerConfiguration. builder()TableOptimizerConfiguration.BuilderTableOptimizerConfiguration.Builder. enabled(Boolean enabled)Whether table optimization is enabled.TableOptimizerConfiguration.BuilderTableOptimizerConfiguration.Builder. roleArn(String roleArn)A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.TableOptimizerConfiguration.BuilderTableOptimizerConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableOptimizerConfiguration.Builder Modifier and Type Method Description static Class<? extends TableOptimizerConfiguration.Builder>TableOptimizerConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TableOptimizerConfiguration.Builder Modifier and Type Method Description default TableOptimizer.BuilderTableOptimizer.Builder. configuration(Consumer<TableOptimizerConfiguration.Builder> configuration)ATableOptimizerConfigurationobject that was specified when creating or updating a table optimizer.default CreateTableOptimizerRequest.BuilderCreateTableOptimizerRequest.Builder. tableOptimizerConfiguration(Consumer<TableOptimizerConfiguration.Builder> tableOptimizerConfiguration)ATableOptimizerConfigurationobject representing the configuration of a table optimizer.default UpdateTableOptimizerRequest.BuilderUpdateTableOptimizerRequest.Builder. tableOptimizerConfiguration(Consumer<TableOptimizerConfiguration.Builder> tableOptimizerConfiguration)ATableOptimizerConfigurationobject representing the configuration of a table optimizer.
-