Interface RightsizingRecommendationMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RightsizingRecommendationMetadata.Builder,RightsizingRecommendationMetadata>,SdkBuilder<RightsizingRecommendationMetadata.Builder,RightsizingRecommendationMetadata>,SdkPojo
- Enclosing class:
- RightsizingRecommendationMetadata
public static interface RightsizingRecommendationMetadata.Builder extends SdkPojo, CopyableBuilder<RightsizingRecommendationMetadata.Builder,RightsizingRecommendationMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RightsizingRecommendationMetadata.BuilderadditionalMetadata(String additionalMetadata)Additional metadata that might be applicable to the recommendation.RightsizingRecommendationMetadata.BuildergenerationTimestamp(String generationTimestamp)The timestamp for when Amazon Web Services made this recommendation.RightsizingRecommendationMetadata.BuilderlookbackPeriodInDays(String lookbackPeriodInDays)The number of days of previous usage that Amazon Web Services considers when making this recommendation.RightsizingRecommendationMetadata.BuilderlookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)The number of days of previous usage that Amazon Web Services considers when making this recommendation.RightsizingRecommendationMetadata.BuilderrecommendationId(String recommendationId)The ID for this specific 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
-
recommendationId
RightsizingRecommendationMetadata.Builder recommendationId(String recommendationId)
The ID for this specific recommendation.
- Parameters:
recommendationId- The ID for this specific recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationTimestamp
RightsizingRecommendationMetadata.Builder generationTimestamp(String generationTimestamp)
The timestamp for when Amazon Web Services made this recommendation.
- Parameters:
generationTimestamp- The timestamp for when Amazon Web Services made this recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lookbackPeriodInDays
RightsizingRecommendationMetadata.Builder lookbackPeriodInDays(String lookbackPeriodInDays)
The number of days of previous usage that Amazon Web Services considers when making this recommendation.
- Parameters:
lookbackPeriodInDays- The number of days of previous usage that Amazon Web Services considers when making this recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LookbackPeriodInDays,LookbackPeriodInDays
-
lookbackPeriodInDays
RightsizingRecommendationMetadata.Builder lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
The number of days of previous usage that Amazon Web Services considers when making this recommendation.
- Parameters:
lookbackPeriodInDays- The number of days of previous usage that Amazon Web Services considers when making this recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LookbackPeriodInDays,LookbackPeriodInDays
-
additionalMetadata
RightsizingRecommendationMetadata.Builder additionalMetadata(String additionalMetadata)
Additional metadata that might be applicable to the recommendation.
- Parameters:
additionalMetadata- Additional metadata that might be applicable to the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-