Interface RecommendationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationSummary.Builder,,RecommendationSummary> SdkBuilder<RecommendationSummary.Builder,,RecommendationSummary> SdkPojo
- Enclosing class:
RecommendationSummary
@Mutable
@NotThreadSafe
public static interface RecommendationSummary.Builder
extends SdkPojo, CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the recommendation was created.description(String description) The description of the recommendation.The name of the recommendation.recommendationArn(String recommendationArn) The Amazon Resource Name (ARN) of the recommendation.recommendationId(String recommendationId) The unique identifier of the recommendation.The current status of the recommendation.status(RecommendationStatus status) The current status of the recommendation.The type of recommendation.type(RecommendationType type) The type of recommendation.The timestamp when the recommendation was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
recommendationId
The unique identifier of the recommendation.
- Parameters:
recommendationId- The unique identifier of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationArn
The Amazon Resource Name (ARN) of the recommendation.
- Parameters:
recommendationArn- The Amazon Resource Name (ARN) of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the recommendation.
- Parameters:
name- The name of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the recommendation.
- Parameters:
description- The description of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of recommendation.
- Parameters:
type- The type of recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of recommendation.
- Parameters:
type- The type of recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the recommendation.
- Parameters:
status- The current status of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the recommendation.
- Parameters:
status- The current status of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the recommendation was created.
- Parameters:
createdAt- The timestamp when the recommendation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the recommendation was last updated.
- Parameters:
updatedAt- The timestamp when the recommendation was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-