CopyableBuilder<PutEventsResponse.Builder,PutEventsResponse>
, SdkBuilder<PutEventsResponse.Builder,PutEventsResponse>
public static interface PutEventsResponse.Builder extends CopyableBuilder<PutEventsResponse.Builder,PutEventsResponse>
Modifier and Type | Method | Description |
---|---|---|
PutEventsResponse.Builder |
entries(Collection<PutEventsResultEntry> entries) |
The successfully and unsuccessfully ingested events results.
|
PutEventsResponse.Builder |
entries(PutEventsResultEntry... entries) |
The successfully and unsuccessfully ingested events results.
|
PutEventsResponse.Builder |
failedEntryCount(Integer failedEntryCount) |
The number of failed entries.
|
copy
apply, build
PutEventsResponse.Builder failedEntryCount(Integer failedEntryCount)
The number of failed entries.
failedEntryCount
- The number of failed entries.PutEventsResponse.Builder entries(Collection<PutEventsResultEntry> entries)
The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
entries
- The successfully and unsuccessfully ingested events results. If the ingestion was successful, the
entry has the event ID in it. Otherwise, you can use the error code and error message to identify the
problem with the entry.PutEventsResponse.Builder entries(PutEventsResultEntry... entries)
The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
NOTE: This method appends the values to the existing list (if any). Use
#setEntries(java.util.Collection)
or #withEntries(java.util.Collection)
if you want to
override the existing values.
entries
- The successfully and unsuccessfully ingested events results. If the ingestion was successful, the
entry has the event ID in it. Otherwise, you can use the error code and error message to identify the
problem with the entry.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.