Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
@Generated("software.amazon.awssdk:codegen") public class PutEventsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutEventsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PutEventsRequest.Builder |
builder() |
|
List<PutEventsRequestEntry> |
entries() |
The entry that defines an event in your system.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends PutEventsRequest.Builder> |
serializableBuilderClass() |
|
PutEventsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<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.
public PutEventsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
public static PutEventsRequest.Builder builder()
public static Class<? extends PutEventsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.