Interface DescribeQuerySuggestionsBlockListRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeQuerySuggestionsBlockListRequest.Builder,DescribeQuerySuggestionsBlockListRequest>,KendraRequest.Builder,SdkBuilder<DescribeQuerySuggestionsBlockListRequest.Builder,DescribeQuerySuggestionsBlockListRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeQuerySuggestionsBlockListRequest
public static interface DescribeQuerySuggestionsBlockListRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<DescribeQuerySuggestionsBlockListRequest.Builder,DescribeQuerySuggestionsBlockListRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeQuerySuggestionsBlockListRequest.Builderid(String id)The identifier of the block list you want to get information on.DescribeQuerySuggestionsBlockListRequest.BuilderindexId(String indexId)The identifier of the index for the block list.DescribeQuerySuggestionsBlockListRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeQuerySuggestionsBlockListRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.kendra.model.KendraRequest.Builder
build
-
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
-
indexId
DescribeQuerySuggestionsBlockListRequest.Builder indexId(String indexId)
The identifier of the index for the block list.
- Parameters:
indexId- The identifier of the index for the block list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DescribeQuerySuggestionsBlockListRequest.Builder id(String id)
The identifier of the block list you want to get information on.
- Parameters:
id- The identifier of the block list you want to get information on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeQuerySuggestionsBlockListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeQuerySuggestionsBlockListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-