Interface FailedCustomVocabularyItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedCustomVocabularyItem.Builder,FailedCustomVocabularyItem>,SdkBuilder<FailedCustomVocabularyItem.Builder,FailedCustomVocabularyItem>,SdkPojo
- Enclosing class:
- FailedCustomVocabularyItem
public static interface FailedCustomVocabularyItem.Builder extends SdkPojo, CopyableBuilder<FailedCustomVocabularyItem.Builder,FailedCustomVocabularyItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedCustomVocabularyItem.BuildererrorCode(String errorCode)The unique error code for the failed custom vocabulary item from the custom vocabulary list.FailedCustomVocabularyItem.BuildererrorCode(ErrorCode errorCode)The unique error code for the failed custom vocabulary item from the custom vocabulary list.FailedCustomVocabularyItem.BuildererrorMessage(String errorMessage)The error message for the failed custom vocabulary item from the custom vocabulary list.FailedCustomVocabularyItem.BuilderitemId(String itemId)The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.-
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
-
itemId
FailedCustomVocabularyItem.Builder itemId(String itemId)
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
- Parameters:
itemId- The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
FailedCustomVocabularyItem.Builder errorMessage(String errorMessage)
The error message for the failed custom vocabulary item from the custom vocabulary list.
- Parameters:
errorMessage- The error message for the failed custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
FailedCustomVocabularyItem.Builder errorCode(String errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
-
errorCode
FailedCustomVocabularyItem.Builder errorCode(ErrorCode errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
-
-