public static interface FilterCondition.Builder extends SdkPojo, CopyableBuilder<FilterCondition.Builder,FilterCondition>
| Modifier and Type | Method and Description |
|---|---|
FilterCondition.Builder |
name(ListDomainsAttributeName name)
Name of the field which should be used for filtering the list of domains.
|
FilterCondition.Builder |
name(String name)
Name of the field which should be used for filtering the list of domains.
|
FilterCondition.Builder |
operator(Operator operator)
The operator values for filtering domain names.
|
FilterCondition.Builder |
operator(String operator)
The operator values for filtering domain names.
|
FilterCondition.Builder |
values(Collection<String> values)
An array of strings presenting values to compare.
|
FilterCondition.Builder |
values(String... values)
An array of strings presenting values to compare.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterCondition.Builder name(String name)
Name of the field which should be used for filtering the list of domains.
name - Name of the field which should be used for filtering the list of domains.ListDomainsAttributeName,
ListDomainsAttributeNameFilterCondition.Builder name(ListDomainsAttributeName name)
Name of the field which should be used for filtering the list of domains.
name - Name of the field which should be used for filtering the list of domains.ListDomainsAttributeName,
ListDomainsAttributeNameFilterCondition.Builder operator(String operator)
The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
FilterCondition.Builder operator(Operator operator)
The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
FilterCondition.Builder values(Collection<String> values)
An array of strings presenting values to compare. Only 1 item in the list is currently supported.
values - An array of strings presenting values to compare. Only 1 item in the list is currently supported.FilterCondition.Builder values(String... values)
An array of strings presenting values to compare. Only 1 item in the list is currently supported.
values - An array of strings presenting values to compare. Only 1 item in the list is currently supported.Copyright © 2023. All rights reserved.