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
Modifier and TypeMethodDescriptionThe unique error code for the failed custom vocabulary item from the custom vocabulary list.The unique error code for the failed custom vocabulary item from the custom vocabulary list.errorMessage
(String errorMessage) The error message for the failed custom vocabulary item from the custom vocabulary list.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 Details
-
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
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
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
- Parameters:
errorCode
- The unique error code 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.
- See Also:
-
errorCode
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
- Parameters:
errorCode
- The unique error code 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.
- See Also:
-