Interface RejectGroupingRecommendationEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RejectGroupingRecommendationEntry.Builder,RejectGroupingRecommendationEntry>,SdkBuilder<RejectGroupingRecommendationEntry.Builder,RejectGroupingRecommendationEntry>,SdkPojo
- Enclosing class:
- RejectGroupingRecommendationEntry
public static interface RejectGroupingRecommendationEntry.Builder extends SdkPojo, CopyableBuilder<RejectGroupingRecommendationEntry.Builder,RejectGroupingRecommendationEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectGroupingRecommendationEntry.BuildergroupingRecommendationId(String groupingRecommendationId)Indicates the identifier of the grouping recommendation.RejectGroupingRecommendationEntry.BuilderrejectionReason(String rejectionReason)Indicates the reason you had selected while rejecting a grouping recommendation.RejectGroupingRecommendationEntry.BuilderrejectionReason(GroupingRecommendationRejectionReason rejectionReason)Indicates the reason you had selected while rejecting a 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, sdkFields
-
-
-
-
Method Detail
-
groupingRecommendationId
RejectGroupingRecommendationEntry.Builder groupingRecommendationId(String 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.
-
rejectionReason
RejectGroupingRecommendationEntry.Builder rejectionReason(String rejectionReason)
Indicates the reason you had selected while rejecting a grouping recommendation.
- Parameters:
rejectionReason- Indicates the reason you had selected while rejecting a grouping recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupingRecommendationRejectionReason,GroupingRecommendationRejectionReason
-
rejectionReason
RejectGroupingRecommendationEntry.Builder rejectionReason(GroupingRecommendationRejectionReason rejectionReason)
Indicates the reason you had selected while rejecting a grouping recommendation.
- Parameters:
rejectionReason- Indicates the reason you had selected while rejecting a grouping recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupingRecommendationRejectionReason,GroupingRecommendationRejectionReason
-
-