Interface ConflictingItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConflictingItem.Builder,ConflictingItem>,SdkBuilder<ConflictingItem.Builder,ConflictingItem>,SdkPojo
- Enclosing class:
- ConflictingItem
public static interface ConflictingItem.Builder extends SdkPojo, CopyableBuilder<ConflictingItem.Builder,ConflictingItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConflictingItem.BuilderqueryText(String queryText)The text of the conflicting query.ConflictingItem.BuildersetId(String setId)The identifier of the set of featured results that the conflicting query belongs to.ConflictingItem.BuildersetName(String setName)The name for the set of featured results that the conflicting query belongs to.-
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
-
queryText
ConflictingItem.Builder queryText(String queryText)
The text of the conflicting query.
- Parameters:
queryText- The text of the conflicting query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
ConflictingItem.Builder setName(String setName)
The name for the set of featured results that the conflicting query belongs to.
- Parameters:
setName- The name for the set of featured results that the conflicting query belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setId
ConflictingItem.Builder setId(String setId)
The identifier of the set of featured results that the conflicting query belongs to.
- Parameters:
setId- The identifier of the set of featured results that the conflicting query belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-