Interface BatchDeleteFeaturedResultsSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDeleteFeaturedResultsSetResponse.Builder,BatchDeleteFeaturedResultsSetResponse>,KendraResponse.Builder,SdkBuilder<BatchDeleteFeaturedResultsSetResponse.Builder,BatchDeleteFeaturedResultsSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchDeleteFeaturedResultsSetResponse
public static interface BatchDeleteFeaturedResultsSetResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteFeaturedResultsSetResponse.Builder,BatchDeleteFeaturedResultsSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteFeaturedResultsSetResponse.Buildererrors(Collection<BatchDeleteFeaturedResultsSetError> errors)The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.BatchDeleteFeaturedResultsSetResponse.Buildererrors(Consumer<BatchDeleteFeaturedResultsSetError.Builder>... errors)The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.BatchDeleteFeaturedResultsSetResponse.Buildererrors(BatchDeleteFeaturedResultsSetError... errors)The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kendra.model.KendraResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errors
BatchDeleteFeaturedResultsSetResponse.Builder errors(Collection<BatchDeleteFeaturedResultsSetError> errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
- Parameters:
errors- The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDeleteFeaturedResultsSetResponse.Builder errors(BatchDeleteFeaturedResultsSetError... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
- Parameters:
errors- The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDeleteFeaturedResultsSetResponse.Builder errors(Consumer<BatchDeleteFeaturedResultsSetError.Builder>... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
This is a convenience method that creates an instance of theBatchDeleteFeaturedResultsSetError.Builderavoiding the need to create one manually viaBatchDeleteFeaturedResultsSetError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onBatchDeleteFeaturedResultsSetError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
-