public static interface ListDeliverabilityTestReportsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDeliverabilityTestReportsResponse.Builder,ListDeliverabilityTestReportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeliverabilityTestReportsResponse.Builder |
deliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
ListDeliverabilityTestReportsResponse.Builder |
deliverabilityTestReports(Consumer<DeliverabilityTestReport.Builder>... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
ListDeliverabilityTestReportsResponse.Builder |
deliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
ListDeliverabilityTestReportsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional predictive inbox placement tests to list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
deliverabilityTestReports - An object that contains a lists of predictive inbox placement tests that you've performed.ListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
deliverabilityTestReports - An object that contains a lists of predictive inbox placement tests that you've performed.ListDeliverabilityTestReportsResponse.Builder deliverabilityTestReports(Consumer<DeliverabilityTestReport.Builder>... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #deliverabilityTestReports(List) .deliverabilityTestReports - a consumer that will call methods on List.Builder #deliverabilityTestReports(List) 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.
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.Copyright © 2022. All rights reserved.