Interface Recommendation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Recommendation.Builder,
,Recommendation> SdkBuilder<Recommendation.Builder,
,Recommendation> SdkPojo
- Enclosing class:
Recommendation
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The first time this issue was encountered and the recommendation was generated.description
(String description) The recommendation description / disambiguator - e.g.The recommendation impact, with values likeHIGH
orLOW
.impact
(RecommendationImpact impact) The recommendation impact, with values likeHIGH
orLOW
.lastUpdatedTimestamp
(Instant lastUpdatedTimestamp) The last time the recommendation was updated.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 likeOPEN
orFIXED
.status
(RecommendationStatus status) The recommendation status, with values likeOPEN
orFIXED
.The recommendation type, with values likeDKIM
,SPF
,DMARC
orBIMI
.type
(RecommendationType type) The recommendation type, with values likeDKIM
,SPF
,DMARC
orBIMI
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceArn
The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com
.- Parameters:
resourceArn
- The resource affected by the recommendation, with values likearn:aws:ses:us-east-1:123456789012:identity/example.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The recommendation type, with values like
DKIM
,SPF
,DMARC
orBIMI
.- Parameters:
type
- The recommendation type, with values likeDKIM
,SPF
,DMARC
orBIMI
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The recommendation type, with values like
DKIM
,SPF
,DMARC
orBIMI
.- Parameters:
type
- The recommendation type, with values likeDKIM
,SPF
,DMARC
orBIMI
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The recommendation description / disambiguator - e.g.
DKIM1
andDKIM2
are different recommendations about your DKIM setup.- Parameters:
description
- The recommendation description / disambiguator - e.g.DKIM1
andDKIM2
are different recommendations about your DKIM setup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The recommendation status, with values like
OPEN
orFIXED
.- Parameters:
status
- The recommendation status, with values likeOPEN
orFIXED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The recommendation status, with values like
OPEN
orFIXED
.- Parameters:
status
- The recommendation status, with values likeOPEN
orFIXED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The first time this issue was encountered and the recommendation was generated.
- Parameters:
createdTimestamp
- The first time this issue was encountered and the recommendation was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
The last time the recommendation was updated.
- Parameters:
lastUpdatedTimestamp
- The last time the recommendation was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
impact
The recommendation impact, with values like
HIGH
orLOW
.- Parameters:
impact
- The recommendation impact, with values likeHIGH
orLOW
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
impact
The recommendation impact, with values like
HIGH
orLOW
.- Parameters:
impact
- The recommendation impact, with values likeHIGH
orLOW
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-