Interface BatchGetAssetPropertyValueErrorEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetAssetPropertyValueErrorEntry.Builder,
,BatchGetAssetPropertyValueErrorEntry> SdkBuilder<BatchGetAssetPropertyValueErrorEntry.Builder,
,BatchGetAssetPropertyValueErrorEntry> SdkPojo
- Enclosing class:
BatchGetAssetPropertyValueErrorEntry
public static interface BatchGetAssetPropertyValueErrorEntry.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueErrorEntry.Builder,BatchGetAssetPropertyValueErrorEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the entry.The error code.errorCode
(BatchGetAssetPropertyValueErrorCode errorCode) The error code.errorMessage
(String errorMessage) The associated error message.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
BatchGetAssetPropertyValueErrorEntry.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:
-
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.
-