public static interface RecommendationItem.Builder extends SdkPojo, CopyableBuilder<RecommendationItem.Builder,RecommendationItem>
| Modifier and Type | Method and Description |
|---|---|
RecommendationItem.Builder |
alreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
|
RecommendationItem.Builder |
excluded(Boolean excluded)
Indicates if an operational recommendation item is excluded.
|
RecommendationItem.Builder |
excludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
|
RecommendationItem.Builder |
excludeReason(String excludeReason)
Indicates the reason for excluding an operational recommendation.
|
RecommendationItem.Builder |
resourceId(String resourceId)
Identifier of the resource.
|
RecommendationItem.Builder |
targetAccountId(String targetAccountId)
Identifier of the target account.
|
RecommendationItem.Builder |
targetRegion(String targetRegion)
The target region.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationItem.Builder alreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
alreadyImplemented - Specifies if the recommendation has already been implemented.RecommendationItem.Builder excludeReason(String excludeReason)
Indicates the reason for excluding an operational recommendation.
excludeReason - Indicates the reason for excluding an operational recommendation.ExcludeRecommendationReason,
ExcludeRecommendationReasonRecommendationItem.Builder excludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
excludeReason - Indicates the reason for excluding an operational recommendation.ExcludeRecommendationReason,
ExcludeRecommendationReasonRecommendationItem.Builder excluded(Boolean excluded)
Indicates if an operational recommendation item is excluded.
excluded - Indicates if an operational recommendation item is excluded.RecommendationItem.Builder resourceId(String resourceId)
Identifier of the resource.
resourceId - Identifier of the resource.RecommendationItem.Builder targetAccountId(String targetAccountId)
Identifier of the target account.
targetAccountId - Identifier of the target account.RecommendationItem.Builder targetRegion(String targetRegion)
The target region.
targetRegion - The target region.Copyright © 2023. All rights reserved.