Interface BatchGetAssetPropertyValueHistoryErrorEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorEntry.Builder,,BatchGetAssetPropertyValueHistoryErrorEntry> SdkBuilder<BatchGetAssetPropertyValueHistoryErrorEntry.Builder,,BatchGetAssetPropertyValueHistoryErrorEntry> SdkPojo
- Enclosing class:
 BatchGetAssetPropertyValueHistoryErrorEntry
@Mutable
@NotThreadSafe
public static interface BatchGetAssetPropertyValueHistoryErrorEntry.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorEntry.Builder,BatchGetAssetPropertyValueHistoryErrorEntry> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the entry.The error code.The error code.errorMessage(String errorMessage) The associated error message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
errorCode
The error code.
- Parameters:
 errorCode- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
BatchGetAssetPropertyValueHistoryErrorEntry.Builder errorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode) The error code.
- Parameters:
 errorCode- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorMessage
The associated error message.
- Parameters:
 errorMessage- The associated error message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entryId
The ID of the entry.
- Parameters:
 entryId- The ID of the entry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -