Interface BatchDeleteFeaturedResultsSetError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteFeaturedResultsSetError.Builder,BatchDeleteFeaturedResultsSetError>,SdkBuilder<BatchDeleteFeaturedResultsSetError.Builder,BatchDeleteFeaturedResultsSetError>,SdkPojo
- Enclosing class:
- BatchDeleteFeaturedResultsSetError
public static interface BatchDeleteFeaturedResultsSetError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteFeaturedResultsSetError.Builder,BatchDeleteFeaturedResultsSetError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteFeaturedResultsSetError.BuildererrorCode(String errorCode)The error code for why the set of featured results couldn't be removed from the index.BatchDeleteFeaturedResultsSetError.BuildererrorCode(ErrorCode errorCode)The error code for why the set of featured results couldn't be removed from the index.BatchDeleteFeaturedResultsSetError.BuildererrorMessage(String errorMessage)An explanation for why the set of featured results couldn't be removed from the index.BatchDeleteFeaturedResultsSetError.Builderid(String id)The identifier of the set of featured results that 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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
BatchDeleteFeaturedResultsSetError.Builder id(String id)
The identifier of the set of featured results that couldn't be removed from the index.
- Parameters:
id- The identifier of the set of featured results that couldn't be removed from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchDeleteFeaturedResultsSetError.Builder errorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
-
errorCode
BatchDeleteFeaturedResultsSetError.Builder errorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
-
errorMessage
BatchDeleteFeaturedResultsSetError.Builder errorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
- Parameters:
errorMessage- An explanation for why the set of featured results couldn't be removed from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-