Interface AdvancedFieldSelector.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdvancedFieldSelector.Builder,,AdvancedFieldSelector> SdkBuilder<AdvancedFieldSelector.Builder,,AdvancedFieldSelector> SdkPojo
- Enclosing class:
AdvancedFieldSelector
-
Method Summary
Modifier and TypeMethodDescriptionMatches if the field value ends with the specified value.endsWith(Collection<String> endsWith) Matches if the field value ends with the specified value.equalsValue(String... equals) Matches if the field value equals the specified value.equalsValue(Collection<String> equals) Matches if the field value equals the specified value.The name of the field to use for selection.notEndsWith(String... notEndsWith) Matches if the field value does not end with the specified value.notEndsWith(Collection<String> notEndsWith) Matches if the field value does not end with the specified value.Matches if the field value does not equal the specified value.notEquals(Collection<String> notEquals) Matches if the field value does not equal the specified value.notStartsWith(String... notStartsWith) Matches if the field value does not start with the specified value.notStartsWith(Collection<String> notStartsWith) Matches if the field value does not start with the specified value.startsWith(String... startsWith) Matches if the field value starts with the specified value.startsWith(Collection<String> startsWith) Matches if the field value starts with the specified value.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
-
field
The name of the field to use for selection.
- Parameters:
field- The name of the field to use for selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
equalsValue
Matches if the field value equals the specified value.
- Parameters:
equals- Matches if the field value equals the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
equalsValue
Matches if the field value equals the specified value.
- Parameters:
equals- Matches if the field value equals the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startsWith
Matches if the field value starts with the specified value.
- Parameters:
startsWith- Matches if the field value starts with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startsWith
Matches if the field value starts with the specified value.
- Parameters:
startsWith- Matches if the field value starts with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endsWith
Matches if the field value ends with the specified value.
- Parameters:
endsWith- Matches if the field value ends with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endsWith
Matches if the field value ends with the specified value.
- Parameters:
endsWith- Matches if the field value ends with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEquals
Matches if the field value does not equal the specified value.
- Parameters:
notEquals- Matches if the field value does not equal the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEquals
Matches if the field value does not equal the specified value.
- Parameters:
notEquals- Matches if the field value does not equal the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notStartsWith
Matches if the field value does not start with the specified value.
- Parameters:
notStartsWith- Matches if the field value does not start with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notStartsWith
Matches if the field value does not start with the specified value.
- Parameters:
notStartsWith- Matches if the field value does not start with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEndsWith
Matches if the field value does not end with the specified value.
- Parameters:
notEndsWith- Matches if the field value does not end with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEndsWith
Matches if the field value does not end with the specified value.
- Parameters:
notEndsWith- Matches if the field value does not end with the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-