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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAssetPropertyValueErrorEntry.BuilderentryId(String entryId)The ID of the entry.BatchGetAssetPropertyValueErrorEntry.BuildererrorCode(String errorCode)The error code.BatchGetAssetPropertyValueErrorEntry.BuildererrorCode(BatchGetAssetPropertyValueErrorCode errorCode)The error code.BatchGetAssetPropertyValueErrorEntry.BuildererrorMessage(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 Detail
-
errorCode
BatchGetAssetPropertyValueErrorEntry.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
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:
BatchGetAssetPropertyValueErrorCode,BatchGetAssetPropertyValueErrorCode
-
errorMessage
BatchGetAssetPropertyValueErrorEntry.Builder errorMessage(String 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
BatchGetAssetPropertyValueErrorEntry.Builder entryId(String 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.
-
-