Class CfnFileSystem.ImportDataRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3files.CfnFileSystem.ImportDataRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFileSystem.ImportDataRuleProperty>
- Enclosing interface:
CfnFileSystem.ImportDataRuleProperty
@Stability(Stable)
public static final class CfnFileSystem.ImportDataRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFileSystem.ImportDataRuleProperty>
A builder for
CfnFileSystem.ImportDataRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFileSystem.ImportDataRuleProperty.getPrefix()sizeLessThan(Number sizeLessThan) Sets the value ofCfnFileSystem.ImportDataRuleProperty.getSizeLessThan()Sets the value ofCfnFileSystem.ImportDataRuleProperty.getTrigger()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
prefix
Sets the value ofCfnFileSystem.ImportDataRuleProperty.getPrefix()- Parameters:
prefix- the value to be set. This parameter is required.- Returns:
this
-
sizeLessThan
@Stability(Stable) public CfnFileSystem.ImportDataRuleProperty.Builder sizeLessThan(Number sizeLessThan) Sets the value ofCfnFileSystem.ImportDataRuleProperty.getSizeLessThan()- Parameters:
sizeLessThan- the value to be set. This parameter is required.- Returns:
this
-
trigger
Sets the value ofCfnFileSystem.ImportDataRuleProperty.getTrigger()- Parameters:
trigger- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFileSystem.ImportDataRuleProperty>- Returns:
- a new instance of
CfnFileSystem.ImportDataRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-