Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationSummary.Builder
Packages that use RecommendationSummary.Builder
-
Uses of RecommendationSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationSummary.BuilderModifier and TypeMethodDescriptionRecommendationSummary.builder()The timestamp when the recommendation was created.RecommendationSummary.Builder.description(String description) The description of the recommendation.The name of the recommendation.RecommendationSummary.Builder.recommendationArn(String recommendationArn) The Amazon Resource Name (ARN) of the recommendation.RecommendationSummary.Builder.recommendationId(String recommendationId) The unique identifier of the recommendation.The current status of the recommendation.RecommendationSummary.Builder.status(RecommendationStatus status) The current status of the recommendation.RecommendationSummary.toBuilder()The type of recommendation.RecommendationSummary.Builder.type(RecommendationType type) The type of recommendation.The timestamp when the recommendation was last updated.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type RecommendationSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RecommendationSummary.Builder>RecommendationSummary.serializableBuilderClass()