Interface BatchGetAssetPropertyValueHistoryErrorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,BatchGetAssetPropertyValueHistoryErrorInfo>,SdkBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,BatchGetAssetPropertyValueHistoryErrorInfo>,SdkPojo
- Enclosing class:
- BatchGetAssetPropertyValueHistoryErrorInfo
public static interface BatchGetAssetPropertyValueHistoryErrorInfo.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryErrorInfo.Builder,BatchGetAssetPropertyValueHistoryErrorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAssetPropertyValueHistoryErrorInfo.BuildererrorCode(String errorCode)The error code.BatchGetAssetPropertyValueHistoryErrorInfo.BuildererrorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)The error code.BatchGetAssetPropertyValueHistoryErrorInfo.BuildererrorTimestamp(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, sdkFields
-
-
-
-
Method Detail
-
errorCode
BatchGetAssetPropertyValueHistoryErrorInfo.Builder errorCode(String 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:
BatchGetAssetPropertyValueHistoryErrorCode,BatchGetAssetPropertyValueHistoryErrorCode
-
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:
BatchGetAssetPropertyValueHistoryErrorCode,BatchGetAssetPropertyValueHistoryErrorCode
-
errorTimestamp
BatchGetAssetPropertyValueHistoryErrorInfo.Builder errorTimestamp(Instant 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.
-
-