public static interface PutProjectEventsResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<PutProjectEventsResponse.Builder,PutProjectEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsResponse.Builder |
eventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if
any.
|
PutProjectEventsResponse.Builder |
eventResults(Consumer<PutProjectEventsResultEntry.Builder>... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if
any.
|
PutProjectEventsResponse.Builder |
eventResults(PutProjectEventsResultEntry... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if
any.
|
PutProjectEventsResponse.Builder |
failedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutProjectEventsResponse.Builder eventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
eventResults - A structure that contains Evidently's response to the sent events, including an event ID and error
codes, if any.PutProjectEventsResponse.Builder eventResults(PutProjectEventsResultEntry... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
eventResults - A structure that contains Evidently's response to the sent events, including an event ID and error
codes, if any.PutProjectEventsResponse.Builder eventResults(Consumer<PutProjectEventsResultEntry.Builder>... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #eventResults(List) .eventResults - a consumer that will call methods on List.Builder #eventResults(List) PutProjectEventsResponse.Builder failedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
failedEventCount - The number of events in the operation that could not be used by Evidently.Copyright © 2022. All rights reserved.