Interface SearchSampleQueriesSearchResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchSampleQueriesSearchResult.Builder,
,SearchSampleQueriesSearchResult> SdkBuilder<SearchSampleQueriesSearchResult.Builder,
,SearchSampleQueriesSearchResult> SdkPojo
- Enclosing class:
SearchSampleQueriesSearchResult
@Mutable
@NotThreadSafe
public static interface SearchSampleQueriesSearchResult.Builder
extends SdkPojo, CopyableBuilder<SearchSampleQueriesSearchResult.Builder,SearchSampleQueriesSearchResult>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A longer description of a sample query.The name of a sample query.A value between 0 and 1 indicating the similarity between the search phrase and result.The SQL code of the sample query.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 a sample query.
- Parameters:
name
- The name of a sample query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A longer description of a sample query.
- Parameters:
description
- A longer description of a sample query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sql
The SQL code of the sample query.
- Parameters:
sql
- The SQL code of the sample query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relevance
A value between 0 and 1 indicating the similarity between the search phrase and result.
- Parameters:
relevance
- A value between 0 and 1 indicating the similarity between the search phrase and result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-