Interface BatchUpdateRecommendationStatusFailedEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,
,BatchUpdateRecommendationStatusFailedEntry> SdkBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,
,BatchUpdateRecommendationStatusFailedEntry> SdkPojo
- Enclosing class:
BatchUpdateRecommendationStatusFailedEntry
@Mutable
@NotThreadSafe
public static interface BatchUpdateRecommendationStatusFailedEntry.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>
-
Method Summary
Modifier and TypeMethodDescriptionAn identifier of an entry in this batch that is used to communicate the result.errorMessage
(String errorMessage) Indicates the error that occurred while excluding an operational recommendation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
entryId
An identifier of an entry in this batch that is used to communicate the result.
The
entryId
s of a batch request need to be unique within a request.- Parameters:
entryId
- An identifier of an entry in this batch that is used to communicate the result.The
entryId
s of a batch request need to be unique within a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Indicates the error that occurred while excluding an operational recommendation.
- Parameters:
errorMessage
- Indicates the error that occurred while excluding an operational recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-