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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAssetPropertyValueErrorInfo.BuildererrorCode(String errorCode)The error code.BatchGetAssetPropertyValueErrorInfo.BuildererrorCode(BatchGetAssetPropertyValueErrorCode errorCode)The error code.BatchGetAssetPropertyValueErrorInfo.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
BatchGetAssetPropertyValueErrorInfo.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:
BatchGetAssetPropertyValueErrorCode,BatchGetAssetPropertyValueErrorCode
-
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:
BatchGetAssetPropertyValueErrorCode,BatchGetAssetPropertyValueErrorCode
-
errorTimestamp
BatchGetAssetPropertyValueErrorInfo.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.
-
-