public static interface SlotTypeFilter.Builder extends SdkPojo, CopyableBuilder<SlotTypeFilter.Builder,SlotTypeFilter>
| Modifier and Type | Method and Description |
|---|---|
SlotTypeFilter.Builder |
name(SlotTypeFilterName name)
The name of the field to use for filtering.
|
SlotTypeFilter.Builder |
name(String name)
The name of the field to use for filtering.
|
SlotTypeFilter.Builder |
operator(SlotTypeFilterOperator operator)
The operator to use for the filter.
|
SlotTypeFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
SlotTypeFilter.Builder |
values(Collection<String> values)
The value to use to filter the response.
|
SlotTypeFilter.Builder |
values(String... values)
The value to use to filter the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotTypeFilter.Builder name(String name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.SlotTypeFilterName,
SlotTypeFilterNameSlotTypeFilter.Builder name(SlotTypeFilterName name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.SlotTypeFilterName,
SlotTypeFilterNameSlotTypeFilter.Builder values(Collection<String> values)
The value to use to filter the response.
values - The value to use to filter the response.SlotTypeFilter.Builder values(String... values)
The value to use to filter the response.
values - The value to use to filter the response.SlotTypeFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListSlotTypes operation
should return only aliases that equal the specified value. Specify CO when the
ListSlotTypes operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListSlotTypes
operation should return only aliases that equal the specified value. Specify CO when the
ListSlotTypes operation should return aliases that contain the specified value.SlotTypeFilterOperator,
SlotTypeFilterOperatorSlotTypeFilter.Builder operator(SlotTypeFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListSlotTypes operation
should return only aliases that equal the specified value. Specify CO when the
ListSlotTypes operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListSlotTypes
operation should return only aliases that equal the specified value. Specify CO when the
ListSlotTypes operation should return aliases that contain the specified value.SlotTypeFilterOperator,
SlotTypeFilterOperatorCopyright © 2022. All rights reserved.