public static interface ListDeliverabilityTestReportsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListDeliverabilityTestReportsRequest.Builder,ListDeliverabilityTestReportsRequest>
Modifier and Type | Method and Description |
---|---|
ListDeliverabilityTestReportsRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListDeliverabilityTestReports to indicate the position
in the list of predictive inbox placement tests. |
ListDeliverabilityTestReportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeliverabilityTestReportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeliverabilityTestReportsRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListDeliverabilityTestReports . |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDeliverabilityTestReportsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListDeliverabilityTestReports
to indicate the position
in the list of predictive inbox placement tests.
nextToken
- A token returned from a previous call to ListDeliverabilityTestReports
to indicate the
position in the list of predictive inbox placement tests.ListDeliverabilityTestReportsRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to ListDeliverabilityTestReports
. If the number
of results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
pageSize
- The number of results to show in a single call to ListDeliverabilityTestReports
. If the
number of results is larger than the number you specified in this parameter, then the response
includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
ListDeliverabilityTestReportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListDeliverabilityTestReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.