Interface TableOptimizerVpcConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableOptimizerVpcConfiguration.Builder,
,TableOptimizerVpcConfiguration> SdkBuilder<TableOptimizerVpcConfiguration.Builder,
,TableOptimizerVpcConfiguration> SdkPojo
- Enclosing class:
TableOptimizerVpcConfiguration
@Mutable
@NotThreadSafe
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
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 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.
-