Interface Recommendation.Builder

    • Method Detail

      • resourceArn

        Recommendation.Builder resourceArn​(String 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 like arn: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

        Recommendation.Builder type​(String type)

        The recommendation type, with values like DKIM, SPF, DMARC, BIMI, or COMPLAINT.

        Parameters:
        type - The recommendation type, with values like DKIM, SPF, DMARC, BIMI, or COMPLAINT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecommendationType, RecommendationType
      • type

        Recommendation.Builder type​(RecommendationType type)

        The recommendation type, with values like DKIM, SPF, DMARC, BIMI, or COMPLAINT.

        Parameters:
        type - The recommendation type, with values like DKIM, SPF, DMARC, BIMI, or COMPLAINT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecommendationType, RecommendationType
      • description

        Recommendation.Builder description​(String description)

        The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.

        Parameters:
        description - The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Recommendation.Builder status​(String status)

        The recommendation status, with values like OPEN or FIXED.

        Parameters:
        status - The recommendation status, with values like OPEN or FIXED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecommendationStatus, RecommendationStatus
      • createdTimestamp

        Recommendation.Builder createdTimestamp​(Instant 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

        Recommendation.Builder lastUpdatedTimestamp​(Instant 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.