public static interface GetSendStatisticsResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSendStatisticsResponse.Builder |
sendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResponse.Builder |
sendDataPoints(Consumer<SendDataPoint.Builder>... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResponse.Builder |
sendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSendStatisticsResponse.Builder sendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.GetSendStatisticsResponse.Builder sendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.GetSendStatisticsResponse.Builder sendDataPoints(Consumer<SendDataPoint.Builder>... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
This is a convenience method that creates an instance of theSendDataPoint.Builder avoiding the need to create one
manually via SendDataPoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #sendDataPoints(List.
sendDataPoints - a consumer that will call methods on
SendDataPoint.Builder#sendDataPoints(java.util.Collection) Copyright © 2023. All rights reserved.