public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
| Modifier and Type | Method and Description |
|---|---|
Recommendation.Builder |
createdTimestamp(Instant createdTimestamp)
The first time this issue was encountered and the recommendation was generated.
|
Recommendation.Builder |
description(String description)
The recommendation description / disambiguator - e.g.
|
Recommendation.Builder |
impact(RecommendationImpact impact)
The recommendation impact, with values like
HIGH or LOW. |
Recommendation.Builder |
impact(String impact)
The recommendation impact, with values like
HIGH or LOW. |
Recommendation.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The last time the recommendation was updated.
|
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 |
status(RecommendationStatus status)
The recommendation status, with values like
OPEN or FIXED. |
Recommendation.Builder |
status(String status)
The recommendation status, with values like
OPEN or FIXED. |
Recommendation.Builder |
type(RecommendationType type)
The recommendation type, with values like
DKIM, SPF, DMARC or
BIMI. |
Recommendation.Builder |
type(String type)
The recommendation type, with values like
DKIM, SPF, DMARC or
BIMI. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendation.Builder resourceArn(String resourceArn)
The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com.
resourceArn - The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com.Recommendation.Builder type(String type)
The recommendation type, with values like DKIM, SPF, DMARC or
BIMI.
type - The recommendation type, with values like DKIM, SPF, DMARC or
BIMI.RecommendationType,
RecommendationTypeRecommendation.Builder type(RecommendationType type)
The recommendation type, with values like DKIM, SPF, DMARC or
BIMI.
type - The recommendation type, with values like DKIM, SPF, DMARC or
BIMI.RecommendationType,
RecommendationTypeRecommendation.Builder description(String description)
The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different
recommendations about your DKIM setup.
description - The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are
different recommendations about your DKIM setup.Recommendation.Builder status(String status)
The recommendation status, with values like OPEN or FIXED.
status - The recommendation status, with values like OPEN or FIXED.RecommendationStatus,
RecommendationStatusRecommendation.Builder status(RecommendationStatus status)
The recommendation status, with values like OPEN or FIXED.
status - The recommendation status, with values like OPEN or FIXED.RecommendationStatus,
RecommendationStatusRecommendation.Builder createdTimestamp(Instant createdTimestamp)
The first time this issue was encountered and the recommendation was generated.
createdTimestamp - The first time this issue was encountered and the recommendation was generated.Recommendation.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The last time the recommendation was updated.
lastUpdatedTimestamp - The last time the recommendation was updated.Recommendation.Builder impact(String impact)
The recommendation impact, with values like HIGH or LOW.
impact - The recommendation impact, with values like HIGH or LOW.RecommendationImpact,
RecommendationImpactRecommendation.Builder impact(RecommendationImpact impact)
The recommendation impact, with values like HIGH or LOW.
impact - The recommendation impact, with values like HIGH or LOW.RecommendationImpact,
RecommendationImpactCopyright © 2023. All rights reserved.