Class CfnTableOptimizerPropsMixin.CompactionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTableOptimizerPropsMixin.CompactionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.CompactionConfigurationProperty>
- Enclosing interface:
CfnTableOptimizerPropsMixin.CompactionConfigurationProperty
@Stability(Stable)
public static final class CfnTableOptimizerPropsMixin.CompactionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.CompactionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.icebergConfiguration(CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty icebergConfiguration) icebergConfiguration(IResolvable icebergConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizerPropsMixin.CompactionConfigurationProperty.Builder icebergConfiguration(IResolvable icebergConfiguration) Sets the value ofCfnTableOptimizerPropsMixin.CompactionConfigurationProperty.getIcebergConfiguration()- Parameters:
icebergConfiguration- the value to be set.- Returns:
this
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizerPropsMixin.CompactionConfigurationProperty.Builder icebergConfiguration(CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty icebergConfiguration) Sets the value ofCfnTableOptimizerPropsMixin.CompactionConfigurationProperty.getIcebergConfiguration()- Parameters:
icebergConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.CompactionConfigurationProperty>- Returns:
- a new instance of
CfnTableOptimizerPropsMixin.CompactionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-