Interface OpsItemFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OpsItemFilter.Builder,,OpsItemFilter> SdkBuilder<OpsItemFilter.Builder,,OpsItemFilter> SdkPojo
- Enclosing class:
- OpsItemFilter
@Mutable
@NotThreadSafe
public static interface OpsItemFilter.Builder
extends SdkPojo, CopyableBuilder<OpsItemFilter.Builder,OpsItemFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter.key(OpsItemFilterKey key) The name of the filter.The operator used by the filter call.operator(OpsItemFilterOperator operator) The operator used by the filter call.The filter value.values(Collection<String> values) The filter value.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
-
key
The name of the filter.
- Parameters:
key- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The name of the filter.
- Parameters:
key- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The filter value.
- Parameters:
values- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The filter value.
- Parameters:
values- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The operator used by the filter call.
- Parameters:
operator- The operator used by the filter call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operator used by the filter call.
- Parameters:
operator- The operator used by the filter call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-