public static interface GetSendStatisticsResponse.Builder extends SesResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetSendStatisticsResponse.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 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 #sendDataPoints(List)
.sendDataPoints
- a consumer that will call methods on List.Builder
#sendDataPoints(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.