public static interface EventsResponse.Builder extends SdkPojo, CopyableBuilder<EventsResponse.Builder,EventsResponse>
Modifier and Type | Method and Description |
---|---|
EventsResponse.Builder |
results(Map<String,ItemResponse> results)
A map that contains a multipart response for each endpoint.
|
copy
applyMutation, build
EventsResponse.Builder results(Map<String,ItemResponse> results)
results
- A map that contains a multipart response for each endpoint. Each item in this object uses the endpoint
ID as the key, and the item response as the value.
If no item response exists, the value can also be one of the following: 202 (if the request was
processed successfully) or 400 (if the payload was invalid, or required fields were missing).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.