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
Modifier and TypeMethodDescriptionThe text of the conflicting query.The identifier of the set of featured results that the conflicting query belongs to.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 Details
-
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
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
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.
-