public static interface OpsItemFilter.Builder extends SdkPojo, CopyableBuilder<OpsItemFilter.Builder,OpsItemFilter>
Modifier and Type | Method and Description |
---|---|
OpsItemFilter.Builder |
key(OpsItemFilterKey key)
The name of the filter.
|
OpsItemFilter.Builder |
key(String key)
The name of the filter.
|
OpsItemFilter.Builder |
operator(OpsItemFilterOperator operator)
The operator used by the filter call.
|
OpsItemFilter.Builder |
operator(String operator)
The operator used by the filter call.
|
OpsItemFilter.Builder |
values(Collection<String> values)
The filter value.
|
OpsItemFilter.Builder |
values(String... values)
The filter value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OpsItemFilter.Builder key(String key)
The name of the filter.
key
- The name of the filter.OpsItemFilterKey
,
OpsItemFilterKey
OpsItemFilter.Builder key(OpsItemFilterKey key)
The name of the filter.
key
- The name of the filter.OpsItemFilterKey
,
OpsItemFilterKey
OpsItemFilter.Builder values(Collection<String> values)
The filter value.
values
- The filter value.OpsItemFilter.Builder values(String... values)
The filter value.
values
- The filter value.OpsItemFilter.Builder operator(String operator)
The operator used by the filter call.
operator
- The operator used by the filter call.OpsItemFilterOperator
,
OpsItemFilterOperator
OpsItemFilter.Builder operator(OpsItemFilterOperator operator)
The operator used by the filter call.
operator
- The operator used by the filter call.OpsItemFilterOperator
,
OpsItemFilterOperator
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.