Uses of Interface
software.amazon.awssdk.services.sesv2.model.Recommendation.Builder
Packages that use Recommendation.Builder
-
Uses of Recommendation.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Recommendation.BuilderModifier and TypeMethodDescriptionstatic Recommendation.BuilderRecommendation.builder()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.The recommendation impact, with values likeHIGHorLOW.Recommendation.Builder.impact(RecommendationImpact impact) The recommendation impact, with values likeHIGHorLOW.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 likearn:aws:ses:us-east-1:123456789012:identity/example.com.The recommendation status, with values likeOPENorFIXED.Recommendation.Builder.status(RecommendationStatus status) The recommendation status, with values likeOPENorFIXED.Recommendation.toBuilder()The recommendation type, with values likeDKIM,SPF,DMARC,BIMI, orCOMPLAINT.Recommendation.Builder.type(RecommendationType type) The recommendation type, with values likeDKIM,SPF,DMARC,BIMI, orCOMPLAINT.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Recommendation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Recommendation.Builder>Recommendation.serializableBuilderClass()