static Recommendation.Builder |
Recommendation.builder() |
|
Recommendation.Builder |
Recommendation.Builder.createdTimestamp(Instant createdTimestamp) |
The first time this issue was encountered and the recommendation was generated.
|
Recommendation.Builder |
Recommendation.Builder.description(String description) |
The recommendation description / disambiguator - e.g.
|
Recommendation.Builder |
Recommendation.Builder.impact(String impact) |
The recommendation impact, with values like HIGH or LOW.
|
Recommendation.Builder |
Recommendation.Builder.impact(RecommendationImpact impact) |
The recommendation impact, with values like HIGH or LOW.
|
Recommendation.Builder |
Recommendation.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
The last time the recommendation was updated.
|
Recommendation.Builder |
Recommendation.Builder.resourceArn(String resourceArn) |
The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com.
|
Recommendation.Builder |
Recommendation.Builder.status(String status) |
The recommendation status, with values like OPEN or FIXED.
|
Recommendation.Builder |
Recommendation.Builder.status(RecommendationStatus status) |
The recommendation status, with values like OPEN or FIXED.
|
Recommendation.Builder |
Recommendation.toBuilder() |
|
Recommendation.Builder |
Recommendation.Builder.type(String type) |
The recommendation type, with values like DKIM, SPF, DMARC,
BIMI, or COMPLAINT.
|
Recommendation.Builder |
Recommendation.Builder.type(RecommendationType type) |
The recommendation type, with values like DKIM, SPF, DMARC,
BIMI, or COMPLAINT.
|