Interface SlotTypeFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotTypeFilter.Builder,SlotTypeFilter>,SdkBuilder<SlotTypeFilter.Builder,SlotTypeFilter>,SdkPojo
- Enclosing class:
- SlotTypeFilter
public static interface SlotTypeFilter.Builder extends SdkPojo, CopyableBuilder<SlotTypeFilter.Builder,SlotTypeFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotTypeFilter.Buildername(String name)The name of the field to use for filtering.SlotTypeFilter.Buildername(SlotTypeFilterName name)The name of the field to use for filtering.SlotTypeFilter.Builderoperator(String operator)The operator to use for the filter.SlotTypeFilter.Builderoperator(SlotTypeFilterOperator operator)The operator to use for the filter.SlotTypeFilter.Buildervalues(String... values)The value to use to filter the response.SlotTypeFilter.Buildervalues(Collection<String> values)The value to use to filter the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
SlotTypeFilter.Builder name(String name)
The name of the field to use for filtering.
- Parameters:
name- The name of the field to use for filtering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotTypeFilterName,SlotTypeFilterName
-
name
SlotTypeFilter.Builder name(SlotTypeFilterName name)
The name of the field to use for filtering.
- Parameters:
name- The name of the field to use for filtering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotTypeFilterName,SlotTypeFilterName
-
values
SlotTypeFilter.Builder values(Collection<String> values)
The value to use to filter the response.
- Parameters:
values- The value to use to filter the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
SlotTypeFilter.Builder values(String... values)
The value to use to filter the response.
- Parameters:
values- The value to use to filter the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
SlotTypeFilter.Builder operator(String operator)
The operator to use for the filter. Specify
EQwhen theListSlotTypesoperation should return only aliases that equal the specified value. SpecifyCOwhen theListSlotTypesoperation should return aliases that contain the specified value.- Parameters:
operator- The operator to use for the filter. SpecifyEQwhen theListSlotTypesoperation should return only aliases that equal the specified value. SpecifyCOwhen theListSlotTypesoperation should return aliases that contain the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotTypeFilterOperator,SlotTypeFilterOperator
-
operator
SlotTypeFilter.Builder operator(SlotTypeFilterOperator operator)
The operator to use for the filter. Specify
EQwhen theListSlotTypesoperation should return only aliases that equal the specified value. SpecifyCOwhen theListSlotTypesoperation should return aliases that contain the specified value.- Parameters:
operator- The operator to use for the filter. SpecifyEQwhen theListSlotTypesoperation should return only aliases that equal the specified value. SpecifyCOwhen theListSlotTypesoperation should return aliases that contain the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotTypeFilterOperator,SlotTypeFilterOperator
-
-