Interface BatchGetAssetPropertyValueHistoryErrorInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,
,BatchGetAssetPropertyValueHistoryErrorInfo> SdkBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,
,BatchGetAssetPropertyValueHistoryErrorInfo> SdkPojo
- Enclosing class:
BatchGetAssetPropertyValueHistoryErrorInfo
@Mutable
@NotThreadSafe
public static interface BatchGetAssetPropertyValueHistoryErrorInfo.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,BatchGetAssetPropertyValueHistoryErrorInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error code.errorTimestamp
(Instant errorTimestamp) The date the error occurred, in Unix epoch time.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, 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
BatchGetAssetPropertyValueHistoryErrorInfo.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:
-
errorTimestamp
The date the error occurred, in Unix epoch time.
- Parameters:
errorTimestamp
- The date the error occurred, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-