Interface RejectGroupingRecommendationEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RejectGroupingRecommendationEntry.Builder,
,RejectGroupingRecommendationEntry> SdkBuilder<RejectGroupingRecommendationEntry.Builder,
,RejectGroupingRecommendationEntry> SdkPojo
- Enclosing class:
RejectGroupingRecommendationEntry
@Mutable
@NotThreadSafe
public static interface RejectGroupingRecommendationEntry.Builder
extends SdkPojo, CopyableBuilder<RejectGroupingRecommendationEntry.Builder,RejectGroupingRecommendationEntry>
-
Method Summary
Modifier and TypeMethodDescriptiongroupingRecommendationId
(String groupingRecommendationId) Indicates the identifier of the grouping recommendation.rejectionReason
(String rejectionReason) Indicates the reason you had selected while rejecting a grouping recommendation.rejectionReason
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-