Class CfnTablePropsMixin.CompactionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.CompactionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.CompactionProperty>
- Enclosing interface:
CfnTablePropsMixin.CompactionProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.CompactionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.CompactionProperty>
A builder for
CfnTablePropsMixin.CompactionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.CompactionProperty.getStatus()targetFileSizeMb(Number targetFileSizeMb) Sets the value ofCfnTablePropsMixin.CompactionProperty.getTargetFileSizeMb()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
status
Sets the value ofCfnTablePropsMixin.CompactionProperty.getStatus()- Parameters:
status- The status of the maintenance configuration.- Returns:
this
-
targetFileSizeMb
@Stability(Stable) public CfnTablePropsMixin.CompactionProperty.Builder targetFileSizeMb(Number targetFileSizeMb) Sets the value ofCfnTablePropsMixin.CompactionProperty.getTargetFileSizeMb()- Parameters:
targetFileSizeMb- The target file size for the table in MB.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.CompactionProperty>- Returns:
- a new instance of
CfnTablePropsMixin.CompactionProperty - Throws:
NullPointerException- if any required attribute was not provided
-