CopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
, SdkBuilder<PutEventsRequest.Builder,PutEventsRequest>
public static interface PutEventsRequest.Builder extends CopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
Modifier and Type | Method | Description |
---|---|---|
PutEventsRequest.Builder |
entries(Collection<PutEventsRequestEntry> entries) |
The entry that defines an event in your system.
|
PutEventsRequest.Builder |
entries(PutEventsRequestEntry... entries) |
The entry that defines an event in your system.
|
copy
apply, build
PutEventsRequest.Builder entries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
entries
- The entry that defines an event in your system. You can specify several parameters for the entry such
as the source and type of the event, resources associated with the event, and so on.PutEventsRequest.Builder entries(PutEventsRequestEntry... entries)
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
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 entry that defines an event in your system. You can specify several parameters for the entry such
as the source and type of the event, resources associated with the event, and so on.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.