Uses of Interface
software.amazon.awssdk.services.glue.model.TableOptimizerVpcConfiguration.Builder
-
Packages that use TableOptimizerVpcConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerVpcConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerVpcConfiguration.Builder Modifier and Type Method Description static TableOptimizerVpcConfiguration.BuilderTableOptimizerVpcConfiguration. builder()TableOptimizerVpcConfiguration.BuilderTableOptimizerVpcConfiguration.Builder. glueConnectionName(String glueConnectionName)The name of the Glue connection used for the VPC for the table optimizer.TableOptimizerVpcConfiguration.BuilderTableOptimizerVpcConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableOptimizerVpcConfiguration.Builder Modifier and Type Method Description static Class<? extends TableOptimizerVpcConfiguration.Builder>TableOptimizerVpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TableOptimizerVpcConfiguration.Builder Modifier and Type Method Description default TableOptimizerConfiguration.BuilderTableOptimizerConfiguration.Builder. vpcConfiguration(Consumer<TableOptimizerVpcConfiguration.Builder> vpcConfiguration)ATableOptimizerVpcConfigurationobject representing the VPC configuration for a table optimizer.
-