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 method that creates an instance of thePutProjectEventsResultEntry.Builder avoiding the need
to create one manually via
PutProjectEventsResultEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventResults(List.
eventResults - a consumer that will call methods on
PutProjectEventsResultEntry.Builder#eventResults(java.util.Collection) 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 © 2023. All rights reserved.