public static interface ListDeliverabilityTestReportsResponse.Builder extends SesV2Response.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 theDeliverabilityTestReport.Builder avoiding the need to
create one manually via
DeliverabilityTestReport.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deliverabilityTestReports(List.
deliverabilityTestReports - a consumer that will call methods on
DeliverabilityTestReport.Builder#deliverabilityTestReports(java.util.Collection) 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 © 2023. All rights reserved.