Interface EventsResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventsResponse.Builder,EventsResponse>,SdkBuilder<EventsResponse.Builder,EventsResponse>,SdkPojo
- Enclosing class:
- EventsResponse
public static interface EventsResponse.Builder extends SdkPojo, CopyableBuilder<EventsResponse.Builder,EventsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventsResponse.Builderresults(Map<String,ItemResponse> results)A map that contains a multipart response for each endpoint.-
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
-
-
-
-
Method Detail
-
results
EventsResponse.Builder results(Map<String,ItemResponse> results)
A map that contains a multipart response for each endpoint. For each item in this object, the endpoint ID is the key and the item response is the value. If no item response exists, the value can also be one of the following: 202, the request was processed successfully; or 400, the payload wasn't valid or required fields were missing.
- Parameters:
results- A map that contains a multipart response for each endpoint. For each item in this object, the endpoint ID is the key and the item response is the value. If no item response exists, the value can also be one of the following: 202, the request was processed successfully; or 400, the payload wasn't valid or required fields were missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-