Interface MessageTemplateQueryField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageTemplateQueryField.Builder,
,MessageTemplateQueryField> SdkBuilder<MessageTemplateQueryField.Builder,
,MessageTemplateQueryField> SdkPojo
- Enclosing class:
MessageTemplateQueryField
-
Method Summary
Modifier and TypeMethodDescriptionallowFuzziness
(Boolean allowFuzziness) Whether the query expects only exact matches on the attribute field values.The name of the attribute to query the message templates by.The operator to use for matching attribute field values in the query.operator
(MessageTemplateQueryOperator operator) The operator to use for matching attribute field values in the query.The importance of the attribute field when calculating query result relevancy scores.The importance of the attribute field when calculating query result relevancy scores.The values of the attribute to query the message templates by.values
(Collection<String> values) The values of the attribute to query the message templates by.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the attribute to query the message templates by.
- Parameters:
name
- The name of the attribute to query the message templates by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values of the attribute to query the message templates by.
- Parameters:
values
- The values of the attribute to query the message templates by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values of the attribute to query the message templates by.
- Parameters:
values
- The values of the attribute to query the message templates by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The operator to use for matching attribute field values in the query.
- Parameters:
operator
- The operator to use for matching attribute field values in the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operator to use for matching attribute field values in the query.
- Parameters:
operator
- The operator to use for matching attribute field values in the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allowFuzziness
Whether the query expects only exact matches on the attribute field values. The results of the query will only include exact matches if this parameter is set to false.
- Parameters:
allowFuzziness
- Whether the query expects only exact matches on the attribute field values. The results of the query will only include exact matches if this parameter is set to false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.
- Parameters:
priority
- The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
priority
The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.
- Parameters:
priority
- The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-