Interface ReservationPurchaseRecommendationMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReservationPurchaseRecommendationMetadata.Builder,
,ReservationPurchaseRecommendationMetadata> SdkBuilder<ReservationPurchaseRecommendationMetadata.Builder,
,ReservationPurchaseRecommendationMetadata> SdkPojo
- Enclosing class:
ReservationPurchaseRecommendationMetadata
public static interface ReservationPurchaseRecommendationMetadata.Builder
extends SdkPojo, CopyableBuilder<ReservationPurchaseRecommendationMetadata.Builder,ReservationPurchaseRecommendationMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMetadata
(String additionalMetadata) Additional metadata that might be applicable to the recommendation.generationTimestamp
(String generationTimestamp) The timestamp for when Amazon Web Services made the recommendation.recommendationId
(String recommendationId) The ID for the 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 Details
-
recommendationId
The ID for the recommendation.
- Parameters:
recommendationId
- The ID for the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationTimestamp
The timestamp for when Amazon Web Services made the recommendation.
- Parameters:
generationTimestamp
- The timestamp for when Amazon Web Services made the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-