Interface PredictQaResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PredictQaResultsRequest.Builder,PredictQaResultsRequest>,QuickSightRequest.Builder,SdkBuilder<PredictQaResultsRequest.Builder,PredictQaResultsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PredictQaResultsRequest
@Mutable @NotThreadSafe public static interface PredictQaResultsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<PredictQaResultsRequest.Builder,PredictQaResultsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredictQaResultsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.PredictQaResultsRequest.BuilderincludeGeneratedAnswer(String includeGeneratedAnswer)Indicates whether generated answers are included or excluded.PredictQaResultsRequest.BuilderincludeGeneratedAnswer(IncludeGeneratedAnswer includeGeneratedAnswer)Indicates whether generated answers are included or excluded.PredictQaResultsRequest.BuilderincludeQuickSightQIndex(String includeQuickSightQIndex)Indicates whether Q indicies are included or excluded.PredictQaResultsRequest.BuilderincludeQuickSightQIndex(IncludeQuickSightQIndex includeQuickSightQIndex)Indicates whether Q indicies are included or excluded.PredictQaResultsRequest.BuildermaxTopicsToConsider(Integer maxTopicsToConsider)The number of maximum topics to be considered to predict QA results.PredictQaResultsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PredictQaResultsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PredictQaResultsRequest.BuilderqueryText(String queryText)The query text to be used to predict QA results.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
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 Detail
-
awsAccountId
PredictQaResultsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryText
PredictQaResultsRequest.Builder queryText(String queryText)
The query text to be used to predict QA results.
- Parameters:
queryText- The query text to be used to predict QA results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeQuickSightQIndex
PredictQaResultsRequest.Builder includeQuickSightQIndex(String includeQuickSightQIndex)
Indicates whether Q indicies are included or excluded.
- Parameters:
includeQuickSightQIndex- Indicates whether Q indicies are included or excluded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IncludeQuickSightQIndex,IncludeQuickSightQIndex
-
includeQuickSightQIndex
PredictQaResultsRequest.Builder includeQuickSightQIndex(IncludeQuickSightQIndex includeQuickSightQIndex)
Indicates whether Q indicies are included or excluded.
- Parameters:
includeQuickSightQIndex- Indicates whether Q indicies are included or excluded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IncludeQuickSightQIndex,IncludeQuickSightQIndex
-
includeGeneratedAnswer
PredictQaResultsRequest.Builder includeGeneratedAnswer(String includeGeneratedAnswer)
Indicates whether generated answers are included or excluded.
- Parameters:
includeGeneratedAnswer- Indicates whether generated answers are included or excluded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IncludeGeneratedAnswer,IncludeGeneratedAnswer
-
includeGeneratedAnswer
PredictQaResultsRequest.Builder includeGeneratedAnswer(IncludeGeneratedAnswer includeGeneratedAnswer)
Indicates whether generated answers are included or excluded.
- Parameters:
includeGeneratedAnswer- Indicates whether generated answers are included or excluded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IncludeGeneratedAnswer,IncludeGeneratedAnswer
-
maxTopicsToConsider
PredictQaResultsRequest.Builder maxTopicsToConsider(Integer maxTopicsToConsider)
The number of maximum topics to be considered to predict QA results.
- Parameters:
maxTopicsToConsider- The number of maximum topics to be considered to predict QA results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PredictQaResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PredictQaResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-