Class CfnTableOptimizerPropsMixin.VpcConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTableOptimizerPropsMixin.VpcConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.VpcConfigurationProperty>
- Enclosing interface:
CfnTableOptimizerPropsMixin.VpcConfigurationProperty
@Stability(Stable)
public static final class CfnTableOptimizerPropsMixin.VpcConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.VpcConfigurationProperty>
A builder for
CfnTableOptimizerPropsMixin.VpcConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.glueConnectionName(String glueConnectionName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
glueConnectionName
@Stability(Stable) public CfnTableOptimizerPropsMixin.VpcConfigurationProperty.Builder glueConnectionName(String glueConnectionName) - Parameters:
glueConnectionName- The name of the AWS Glue connection used for the VPC for the table optimizer.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.VpcConfigurationProperty>- Returns:
- a new instance of
CfnTableOptimizerPropsMixin.VpcConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-