@Stability(value=Stable) public static final class CfnTask.FilterRuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTask.FilterRuleProperty>
CfnTask.FilterRuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTask.FilterRuleProperty |
build()
Builds the configured instance.
|
CfnTask.FilterRuleProperty.Builder |
filterType(String filterType)
Sets the value of
CfnTask.FilterRuleProperty.getFilterType() |
CfnTask.FilterRuleProperty.Builder |
value(String value)
Sets the value of
CfnTask.FilterRuleProperty.getValue() |
@Stability(value=Stable) public CfnTask.FilterRuleProperty.Builder filterType(String filterType)
CfnTask.FilterRuleProperty.getFilterType()filterType - The type of filter rule to apply.
AWS DataSync only supports the SIMPLE_PATTERN rule type.this@Stability(value=Stable) public CfnTask.FilterRuleProperty.Builder value(String value)
CfnTask.FilterRuleProperty.getValue()value - A single filter string that consists of the patterns to include or exclude.
The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2this@Stability(value=Stable) public CfnTask.FilterRuleProperty build()
build in interface software.amazon.jsii.Builder<CfnTask.FilterRuleProperty>CfnTask.FilterRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.