Interface BatchGetAssetPropertyAggregatesErrorEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetAssetPropertyAggregatesErrorEntry.Builder,BatchGetAssetPropertyAggregatesErrorEntry>,SdkBuilder<BatchGetAssetPropertyAggregatesErrorEntry.Builder,BatchGetAssetPropertyAggregatesErrorEntry>,SdkPojo
- Enclosing class:
- BatchGetAssetPropertyAggregatesErrorEntry
public static interface BatchGetAssetPropertyAggregatesErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesErrorEntry.Builder,BatchGetAssetPropertyAggregatesErrorEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAssetPropertyAggregatesErrorEntry.BuilderentryId(String entryId)The ID of the entry.BatchGetAssetPropertyAggregatesErrorEntry.BuildererrorCode(String errorCode)The error code.BatchGetAssetPropertyAggregatesErrorEntry.BuildererrorCode(BatchGetAssetPropertyAggregatesErrorCode errorCode)The error code.BatchGetAssetPropertyAggregatesErrorEntry.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
BatchGetAssetPropertyAggregatesErrorEntry.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:
BatchGetAssetPropertyAggregatesErrorCode,BatchGetAssetPropertyAggregatesErrorCode
-
errorCode
BatchGetAssetPropertyAggregatesErrorEntry.Builder errorCode(BatchGetAssetPropertyAggregatesErrorCode 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:
BatchGetAssetPropertyAggregatesErrorCode,BatchGetAssetPropertyAggregatesErrorCode
-
errorMessage
BatchGetAssetPropertyAggregatesErrorEntry.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
BatchGetAssetPropertyAggregatesErrorEntry.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.
-
-