CopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
, SdkBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
public static interface GetSendStatisticsResponse.Builder extends CopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetSendStatisticsResponse.Builder |
sendDataPoints(Collection<SendDataPoint> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSendDataPoints(java.util.Collection)
or #withSendDataPoints(java.util.Collection)
if you
want to override the existing values.
sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.