Interface OpsItemEventFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OpsItemEventFilter.Builder,,OpsItemEventFilter> SdkBuilder<OpsItemEventFilter.Builder,,OpsItemEventFilter> SdkPojo
- Enclosing class:
- OpsItemEventFilter
@Mutable
@NotThreadSafe
public static interface OpsItemEventFilter.Builder
extends SdkPojo, CopyableBuilder<OpsItemEventFilter.Builder,OpsItemEventFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter key.key(OpsItemEventFilterKey key) The name of the filter key.The operator used by the filter call.operator(OpsItemEventFilterOperator operator) The operator used by the filter call.The values for the filter, consisting of one or more OpsItem IDs.values(Collection<String> values) The values for the filter, consisting of one or more OpsItem IDs.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 key. Currently, the only supported value is
OpsItemId.- Parameters:
key- The name of the filter key. Currently, the only supported value isOpsItemId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The name of the filter key. Currently, the only supported value is
OpsItemId.- Parameters:
key- The name of the filter key. Currently, the only supported value isOpsItemId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The values for the filter, consisting of one or more OpsItem IDs.
- Parameters:
values- The values for the filter, consisting of one or more OpsItem IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the filter, consisting of one or more OpsItem IDs.
- Parameters:
values- The values for the filter, consisting of one or more OpsItem IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The operator used by the filter call. Currently, the only supported value is
Equal.- Parameters:
operator- The operator used by the filter call. Currently, the only supported value isEqual.- 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. Currently, the only supported value is
Equal.- Parameters:
operator- The operator used by the filter call. Currently, the only supported value isEqual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-