Interface ListDeliverabilityTestReportsResponse.Builder

    • Method Detail

      • deliverabilityTestReports

        ListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports​(Collection<DeliverabilityTestReport> deliverabilityTestReports)

        An object that contains a lists of predictive inbox placement tests that you've performed.

        Parameters:
        deliverabilityTestReports - An object that contains a lists of predictive inbox placement tests that you've performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliverabilityTestReports

        ListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports​(DeliverabilityTestReport... deliverabilityTestReports)

        An object that contains a lists of predictive inbox placement tests that you've performed.

        Parameters:
        deliverabilityTestReports - An object that contains a lists of predictive inbox placement tests that you've performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeliverabilityTestReportsResponse.Builder nextToken​(String nextToken)

        A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.