| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationSummary.Builder |
RecommendationSummary.builder() |
RecommendationSummary.Builder |
RecommendationSummary.Builder.description(String description)
A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start
line and the end line.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.endLine(Integer endLine)
Last line where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.filePath(String filePath)
Name of the file on which a recommendation is provided.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.startLine(Integer startLine)
Start line from where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary.Builder |
RecommendationSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendationSummary.Builder> |
RecommendationSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.