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's returned in the response as a result of processing the event.
|
EventItemResponse.Builder |
statusCode(Integer statusCode)
The status code that's returned in the response as a result of processing the event.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EventItemResponse.Builder message(String message)
A custom message that's returned in the response as a result of processing the event.
message
- A custom message that's returned in the response as a result of processing the event.EventItemResponse.Builder statusCode(Integer statusCode)
The status code that's returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren't valid.
statusCode
- The status code that's returned in the response as a result of processing the event. Possible values
are: 202, for events that were accepted; and, 400, for events that weren't valid.Copyright © 2021. All rights reserved.