Interface Filter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Filter.Builder,,Filter> SdkBuilder<Filter.Builder,,Filter> SdkPojo
- Enclosing class:
- Filter
@Mutable
@NotThreadSafe
public static interface Filter.Builder
extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
-
Method Summary
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
-
pattern
A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.
- Parameters:
pattern- A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-