Interface GetSendStatisticsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSendStatisticsResponse.Builder,
,GetSendStatisticsResponse> SdkBuilder<GetSendStatisticsResponse.Builder,
,GetSendStatisticsResponse> SdkPojo
,SdkResponse.Builder
,SesResponse.Builder
- Enclosing class:
GetSendStatisticsResponse
public static interface GetSendStatisticsResponse.Builder
extends SesResponse.Builder, SdkPojo, CopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsendDataPoints
(Collection<SendDataPoint> sendDataPoints) A list of data points, each of which represents 15 minutes of activity.sendDataPoints
(Consumer<SendDataPoint.Builder>... sendDataPoints) A list of data points, each of which represents 15 minutes of activity.sendDataPoints
(SendDataPoint... sendDataPoints) A list of data points, each of which represents 15 minutes of activity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
sendDataPoints
A list of data points, each of which represents 15 minutes of activity.
- Parameters:
sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendDataPoints
A list of data points, each of which represents 15 minutes of activity.
- Parameters:
sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaSendDataPoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosendDataPoints(List<SendDataPoint>)
.- Parameters:
sendDataPoints
- a consumer that will call methods onSendDataPoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-