Interface BatchGetAssetPropertyValueErrorInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetAssetPropertyValueErrorInfo.Builder,
,BatchGetAssetPropertyValueErrorInfo> SdkBuilder<BatchGetAssetPropertyValueErrorInfo.Builder,
,BatchGetAssetPropertyValueErrorInfo> SdkPojo
- Enclosing class:
BatchGetAssetPropertyValueErrorInfo
public static interface BatchGetAssetPropertyValueErrorInfo.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueErrorInfo.Builder,BatchGetAssetPropertyValueErrorInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.errorCode
(BatchGetAssetPropertyValueErrorCode errorCode) 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, 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
BatchGetAssetPropertyValueErrorInfo.Builder errorCode(BatchGetAssetPropertyValueErrorCode 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.
-