Class CfnTableOptimizerPropsMixin.RetentionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.glue.mixins.CfnTableOptimizerPropsMixin.RetentionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.RetentionConfigurationProperty>
- Enclosing interface:
CfnTableOptimizerPropsMixin.RetentionConfigurationProperty
@Stability(Stable)
public static final class CfnTableOptimizerPropsMixin.RetentionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.RetentionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.icebergConfiguration(IResolvable icebergConfiguration) icebergConfiguration(CfnTableOptimizerPropsMixin.IcebergRetentionConfigurationProperty icebergConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizerPropsMixin.RetentionConfigurationProperty.Builder icebergConfiguration(IResolvable icebergConfiguration) Sets the value ofCfnTableOptimizerPropsMixin.RetentionConfigurationProperty.getIcebergConfiguration()- Parameters:
icebergConfiguration- The configuration for an Iceberg snapshot retention optimizer.- Returns:
this
-
icebergConfiguration
@Stability(Stable) public CfnTableOptimizerPropsMixin.RetentionConfigurationProperty.Builder icebergConfiguration(CfnTableOptimizerPropsMixin.IcebergRetentionConfigurationProperty icebergConfiguration) Sets the value ofCfnTableOptimizerPropsMixin.RetentionConfigurationProperty.getIcebergConfiguration()- Parameters:
icebergConfiguration- The configuration for an Iceberg snapshot retention optimizer.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableOptimizerPropsMixin.RetentionConfigurationProperty>- Returns:
- a new instance of
CfnTableOptimizerPropsMixin.RetentionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-