Uses of Interface
software.amazon.awssdk.services.rds.model.DBRecommendation.Builder
Packages that use DBRecommendation.Builder
-
Uses of DBRecommendation.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBRecommendation.BuilderModifier and TypeMethodDescriptionDBRecommendation.Builder.additionalInfo(String additionalInfo) Additional information about the recommendation.static DBRecommendation.BuilderDBRecommendation.builder()The category of the recommendation.DBRecommendation.Builder.createdTime(Instant createdTime) The time when the recommendation was created.DBRecommendation.Builder.description(String description) A detailed description of the recommendation.A short description of the issue identified for this recommendation.A short description that explains the possible impact of an issue.default DBRecommendation.BuilderDBRecommendation.Builder.issueDetails(Consumer<IssueDetails.Builder> issueDetails) Details of the issue that caused the recommendation.DBRecommendation.Builder.issueDetails(IssueDetails issueDetails) Details of the issue that caused the recommendation.DBRecommendation.Builder.links(Collection<DocLink> links) A link to documentation that provides additional information about the recommendation.DBRecommendation.Builder.links(Consumer<DocLink.Builder>... links) A link to documentation that provides additional information about the recommendation.A link to documentation that provides additional information about the recommendation.The reason why this recommendation was created.DBRecommendation.Builder.recommendation(String recommendation) A short description of the recommendation to resolve an issue.DBRecommendation.Builder.recommendationId(String recommendationId) The unique identifier of the recommendation.DBRecommendation.Builder.recommendedActions(Collection<RecommendedAction> recommendedActions) A list of recommended actions.DBRecommendation.Builder.recommendedActions(Consumer<RecommendedAction.Builder>... recommendedActions) A list of recommended actions.DBRecommendation.Builder.recommendedActions(RecommendedAction... recommendedActions) A list of recommended actions.DBRecommendation.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the RDS resource associated with the recommendation.The severity level of the recommendation.The Amazon Web Services service that generated the recommendations.The current status of the recommendation.DBRecommendation.toBuilder()DBRecommendation.Builder.typeDetection(String typeDetection) A short description of the recommendation type.A value that indicates the type of recommendation.DBRecommendation.Builder.typeRecommendation(String typeRecommendation) A short description that summarizes the recommendation to fix all the issues of the recommendation type.DBRecommendation.Builder.updatedTime(Instant updatedTime) The time when the recommendation was last updated.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBRecommendation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBRecommendation.Builder>DBRecommendation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBRecommendation.BuilderModifier and TypeMethodDescriptionModifyDbRecommendationResponse.Builder.dbRecommendation(Consumer<DBRecommendation.Builder> dbRecommendation) Sets the value of the DBRecommendation property for this object.