Interface BatchUpdateRecommendationStatusFailedEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>,SdkBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>,SdkPojo
- Enclosing class:
- BatchUpdateRecommendationStatusFailedEntry
public static interface BatchUpdateRecommendationStatusFailedEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateRecommendationStatusFailedEntry.BuilderentryId(String entryId)An identifier of an entry in this batch that is used to communicate the result.BatchUpdateRecommendationStatusFailedEntry.BuildererrorMessage(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, sdkFields
-
-
-
-
Method Detail
-
entryId
BatchUpdateRecommendationStatusFailedEntry.Builder entryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
The
entryIds 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
entryIds 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
BatchUpdateRecommendationStatusFailedEntry.Builder errorMessage(String 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.
-
-