Interface PatternObjectFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PatternObjectFilter.Builder,,PatternObjectFilter> SdkBuilder<PatternObjectFilter.Builder,,PatternObjectFilter> SdkPojo
- Enclosing class:
- PatternObjectFilter
-
Method Summary
Modifier and TypeMethodDescriptionexclusionFilters(String... exclusionFilters) A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.exclusionFilters(Collection<String> exclusionFilters) A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.inclusionFilters(String... inclusionFilters) A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.inclusionFilters(Collection<String> inclusionFilters) A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.objectType(String objectType) The supported object type or content type of the data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
objectType
The supported object type or content type of the data source.
- Parameters:
objectType- The supported object type or content type of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionFilters
A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Parameters:
inclusionFilters- A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionFilters
A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Parameters:
inclusionFilters- A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionFilters
A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Parameters:
exclusionFilters- A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionFilters
A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Parameters:
exclusionFilters- A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-