public static interface FilterRule.Builder extends SdkPojo, CopyableBuilder<FilterRule.Builder,FilterRule>
| Modifier and Type | Method and Description |
|---|---|
FilterRule.Builder |
filterType(FilterType filterType)
The type of filter rule to apply.
|
FilterRule.Builder |
filterType(String filterType)
The type of filter rule to apply.
|
FilterRule.Builder |
value(String value)
A single filter string that consists of the patterns to include or exclude.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterRule.Builder filterType(String filterType)
The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
filterType - The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.FilterType,
FilterTypeFilterRule.Builder filterType(FilterType filterType)
The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
filterType - The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.FilterType,
FilterTypeFilterRule.Builder value(String 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|/folder2
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|/folder2
Copyright © 2021. All rights reserved.