Interface TableOptimizerVpcConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TableOptimizerVpcConfiguration.Builder,,TableOptimizerVpcConfiguration> SdkBuilder<TableOptimizerVpcConfiguration.Builder,,TableOptimizerVpcConfiguration> SdkPojo
- Enclosing class:
 TableOptimizerVpcConfiguration
public static interface TableOptimizerVpcConfiguration.Builder
extends SdkPojo, CopyableBuilder<TableOptimizerVpcConfiguration.Builder,TableOptimizerVpcConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionglueConnectionName(String glueConnectionName) The name of the Glue connection used for the VPC for the table optimizer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
glueConnectionName
The name of the Glue connection used for the VPC for the table optimizer.
- Parameters:
 glueConnectionName- The name of the Glue connection used for the VPC for the table optimizer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -