Interface BatchDeleteFeaturedResultsSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchDeleteFeaturedResultsSetRequest.Builder,
,BatchDeleteFeaturedResultsSetRequest> KendraRequest.Builder
,SdkBuilder<BatchDeleteFeaturedResultsSetRequest.Builder,
,BatchDeleteFeaturedResultsSetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDeleteFeaturedResultsSetRequest
public static interface BatchDeleteFeaturedResultsSetRequest.Builder
extends KendraRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteFeaturedResultsSetRequest.Builder,BatchDeleteFeaturedResultsSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfeaturedResultsSetIds
(String... featuredResultsSetIds) The identifiers of the featured results sets that you want to delete.featuredResultsSetIds
(Collection<String> featuredResultsSetIds) The identifiers of the featured results sets that you want to delete.The identifier of the index used for featuring results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
indexId
The identifier of the index used for featuring results.
- Parameters:
indexId
- The identifier of the index used for featuring results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuredResultsSetIds
BatchDeleteFeaturedResultsSetRequest.Builder featuredResultsSetIds(Collection<String> featuredResultsSetIds) The identifiers of the featured results sets that you want to delete.
- Parameters:
featuredResultsSetIds
- The identifiers of the featured results sets that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuredResultsSetIds
The identifiers of the featured results sets that you want to delete.
- Parameters:
featuredResultsSetIds
- The identifiers of the featured results sets that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteFeaturedResultsSetRequest.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
BatchDeleteFeaturedResultsSetRequest.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.
-