public static interface SlotFilter.Builder extends SdkPojo, CopyableBuilder<SlotFilter.Builder,SlotFilter>
| Modifier and Type | Method and Description |
|---|---|
SlotFilter.Builder |
name(SlotFilterName name)
The name of the field to use for filtering.
|
SlotFilter.Builder |
name(String name)
The name of the field to use for filtering.
|
SlotFilter.Builder |
operator(SlotFilterOperator operator)
The operator to use for the filter.
|
SlotFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
SlotFilter.Builder |
values(Collection<String> values)
The value to use to filter the response.
|
SlotFilter.Builder |
values(String... values)
The value to use to filter the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotFilter.Builder name(String name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.SlotFilterName,
SlotFilterNameSlotFilter.Builder name(SlotFilterName name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.SlotFilterName,
SlotFilterNameSlotFilter.Builder values(Collection<String> values)
The value to use to filter the response.
values - The value to use to filter the response.SlotFilter.Builder values(String... values)
The value to use to filter the response.
values - The value to use to filter the response.SlotFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListSlots operation should
return only aliases that equal the specified value. Specify CO when the ListSlots
operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListSlots operation
should return only aliases that equal the specified value. Specify CO when the
ListSlots operation should return aliases that contain the specified value.SlotFilterOperator,
SlotFilterOperatorSlotFilter.Builder operator(SlotFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListSlots operation should
return only aliases that equal the specified value. Specify CO when the ListSlots
operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListSlots operation
should return only aliases that equal the specified value. Specify CO when the
ListSlots operation should return aliases that contain the specified value.SlotFilterOperator,
SlotFilterOperatorCopyright © 2022. All rights reserved.