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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteFeaturedResultsSetRequest.BuilderfeaturedResultsSetIds(String... featuredResultsSetIds)The identifiers of the featured results sets that you want to delete.BatchDeleteFeaturedResultsSetRequest.BuilderfeaturedResultsSetIds(Collection<String> featuredResultsSetIds)The identifiers of the featured results sets that you want to delete.BatchDeleteFeaturedResultsSetRequest.BuilderindexId(String indexId)The identifier of the index used for featuring results.BatchDeleteFeaturedResultsSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteFeaturedResultsSetRequest.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
BatchDeleteFeaturedResultsSetRequest.Builder indexId(String 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
BatchDeleteFeaturedResultsSetRequest.Builder featuredResultsSetIds(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.
-
overrideConfiguration
BatchDeleteFeaturedResultsSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteFeaturedResultsSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-