public static interface PutEventsRequestEntry.Builder extends SdkPojo, CopyableBuilder<PutEventsRequestEntry.Builder,PutEventsRequestEntry>
Modifier and Type | Method and Description |
---|---|
PutEventsRequestEntry.Builder |
detail(String detail)
A valid JSON string.
|
PutEventsRequestEntry.Builder |
detailType(String detailType)
Free-form string used to decide what fields to expect in the event detail.
|
PutEventsRequestEntry.Builder |
resources(Collection<String> resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutEventsRequestEntry.Builder |
resources(String... resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutEventsRequestEntry.Builder |
source(String source)
The source of the event.
|
PutEventsRequestEntry.Builder |
time(Instant time)
The time stamp of the event, per RFC3339.
|
copy
applyMutation, build
PutEventsRequestEntry.Builder time(Instant time)
PutEventsRequestEntry.Builder source(String source)
The source of the event. This field is required.
source
- The source of the event. This field is required.PutEventsRequestEntry.Builder resources(Collection<String> resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
resources
- AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any
number, including zero, may be present.PutEventsRequestEntry.Builder resources(String... resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
resources
- AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any
number, including zero, may be present.PutEventsRequestEntry.Builder detailType(String detailType)
Free-form string used to decide what fields to expect in the event detail.
detailType
- Free-form string used to decide what fields to expect in the event detail.PutEventsRequestEntry.Builder detail(String detail)
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.
detail
- A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested
subobjects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.