Recommendation.Builder |
Recommendation.Builder.accountId(String accountId) |
The account that the recommendation is for.
|
Recommendation.Builder |
Recommendation.Builder.actionType(String actionType) |
The type of tasks that can be carried out by this action.
|
static Recommendation.Builder |
Recommendation.builder() |
|
Recommendation.Builder |
Recommendation.Builder.currencyCode(String currencyCode) |
The currency code used for the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.currentResourceSummary(String currentResourceSummary) |
Describes the current resource.
|
Recommendation.Builder |
Recommendation.Builder.currentResourceType(String currentResourceType) |
The current resource type.
|
Recommendation.Builder |
Recommendation.Builder.estimatedMonthlyCost(Double estimatedMonthlyCost) |
The estimated monthly cost of the current resource.
|
Recommendation.Builder |
Recommendation.Builder.estimatedMonthlySavings(Double estimatedMonthlySavings) |
The estimated monthly savings amount for the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.estimatedSavingsPercentage(Double estimatedSavingsPercentage) |
The estimated savings percentage relative to the total cost over the cost calculation lookback period.
|
Recommendation.Builder |
Recommendation.Builder.implementationEffort(String implementationEffort) |
The effort required to implement the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.lastRefreshTimestamp(Instant lastRefreshTimestamp) |
The time when the recommendation was last generated.
|
Recommendation.Builder |
Recommendation.Builder.recommendationId(String recommendationId) |
The ID for the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.recommendationLookbackPeriodInDays(Integer recommendationLookbackPeriodInDays) |
The lookback period that's used to generate the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.recommendedResourceSummary(String recommendedResourceSummary) |
Describes the recommended resource.
|
Recommendation.Builder |
Recommendation.Builder.recommendedResourceType(String recommendedResourceType) |
The recommended resource type.
|
Recommendation.Builder |
Recommendation.Builder.region(String region) |
The Amazon Web Services Region of the resource.
|
Recommendation.Builder |
Recommendation.Builder.resourceArn(String resourceArn) |
The Amazon Resource Name (ARN) for the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.resourceId(String resourceId) |
The resource ID for the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.restartNeeded(Boolean restartNeeded) |
Whether or not implementing the recommendation requires a restart.
|
Recommendation.Builder |
Recommendation.Builder.rollbackPossible(Boolean rollbackPossible) |
Whether or not implementing the recommendation can be rolled back.
|
Recommendation.Builder |
Recommendation.Builder.source(String source) |
The source of the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.source(Source source) |
The source of the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.tags(Collection<Tag> tags) |
A list of tags assigned to the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags assigned to the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.tags(Tag... tags) |
A list of tags assigned to the recommendation.
|
Recommendation.Builder |
Recommendation.toBuilder() |
|