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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableOptimizerVpcConfiguration.BuilderglueConnectionName(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
glueConnectionName
TableOptimizerVpcConfiguration.Builder glueConnectionName(String 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.
-
-