Interface FailedGroupingRecommendationEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedGroupingRecommendationEntry.Builder,
,FailedGroupingRecommendationEntry> SdkBuilder<FailedGroupingRecommendationEntry.Builder,
,FailedGroupingRecommendationEntry> SdkPojo
- Enclosing class:
FailedGroupingRecommendationEntry
@Mutable
@NotThreadSafe
public static interface FailedGroupingRecommendationEntry.Builder
extends SdkPojo, CopyableBuilder<FailedGroupingRecommendationEntry.Builder,FailedGroupingRecommendationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) Indicates the error that occurred while implementing a grouping recommendation.groupingRecommendationId
(String groupingRecommendationId) Indicates the identifier of the grouping 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
-
errorMessage
Indicates the error that occurred while implementing a grouping recommendation.
- Parameters:
errorMessage
- Indicates the error that occurred while implementing a grouping recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupingRecommendationId
Indicates the identifier of the grouping recommendation.
- Parameters:
groupingRecommendationId
- Indicates the identifier of the grouping recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-