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
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.includeGeneratedAnswer
(String includeGeneratedAnswer) Indicates whether generated answers are included or excluded.includeGeneratedAnswer
(IncludeGeneratedAnswer includeGeneratedAnswer) Indicates whether generated answers are included or excluded.includeQuickSightQIndex
(String includeQuickSightQIndex) Indicates whether Q indicies are included or excluded.includeQuickSightQIndex
(IncludeQuickSightQIndex includeQuickSightQIndex) Indicates whether Q indicies are included or excluded.maxTopicsToConsider
(Integer maxTopicsToConsider) The number of maximum topics to be considered to predict QA results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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
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:
-
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PredictQaResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-