Interface NumberPreferenceItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NumberPreferenceItem.Builder,,NumberPreferenceItem> SdkBuilder<NumberPreferenceItem.Builder,,NumberPreferenceItem> SdkPojo
- Enclosing class:
NumberPreferenceItem
-
Method Summary
Modifier and TypeMethodDescriptionThe digit pattern values to match against available phone numbers, using the specified preference type.filter(Collection<String> filter) The digit pattern values to match against available phone numbers, using the specified preference type.preferenceType(Collection<PreferenceType> preferenceType) The type of match to apply to the filter values.preferenceType(PreferenceType... preferenceType) The type of match to apply to the filter values.preferenceTypeWithStrings(String... preferenceType) The type of match to apply to the filter values.preferenceTypeWithStrings(Collection<String> preferenceType) The type of match to apply to the filter values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
preferenceTypeWithStrings
The type of match to apply to the filter values.
-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
- Parameters:
preferenceType- The type of match to apply to the filter values.-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
preferenceTypeWithStrings
The type of match to apply to the filter values.
-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
- Parameters:
preferenceType- The type of match to apply to the filter values.-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
preferenceType
The type of match to apply to the filter values.
-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
- Parameters:
preferenceType- The type of match to apply to the filter values.-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
preferenceType
The type of match to apply to the filter values.
-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
- Parameters:
preferenceType- The type of match to apply to the filter values.-
StartsWith: Returns numbers that begin with the filter value. -
EndsWith: Returns numbers that end with the filter value. -
Contains: Returns numbers that contain the filter value. -
ExactMatch: Returns the number that exactly matches the filter value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filter
The digit pattern values to match against available phone numbers, using the specified preference type.
- Parameters:
filter- The digit pattern values to match against available phone numbers, using the specified preference type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
The digit pattern values to match against available phone numbers, using the specified preference type.
- Parameters:
filter- The digit pattern values to match against available phone numbers, using the specified preference type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-