public static interface EventItemResponse.Builder extends SdkPojo, CopyableBuilder<EventItemResponse.Builder,EventItemResponse>
Modifier and Type | Method and Description |
---|---|
EventItemResponse.Builder |
message(String message)
A custom message that is associated with the processing of an event.
|
EventItemResponse.Builder |
statusCode(Integer statusCode)
The status returned in the response as a result of processing the event.
|
copy
applyMutation, build
EventItemResponse.Builder message(String message)
message
- A custom message that is associated with the processing of an event.EventItemResponse.Builder statusCode(Integer statusCode)
statusCode
- The status returned in the response as a result of processing the event.
Possible values: 400 (for invalid events) and 202 (for events that were accepted).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.