public static interface PutPartnerEventsRequestEntry.Builder extends SdkPojo, CopyableBuilder<PutPartnerEventsRequestEntry.Builder,PutPartnerEventsRequestEntry>
| Modifier and Type | Method and Description |
|---|---|
PutPartnerEventsRequestEntry.Builder |
detail(String detail)
A valid JSON string.
|
PutPartnerEventsRequestEntry.Builder |
detailType(String detailType)
A free-form string used to decide what fields to expect in the event detail.
|
PutPartnerEventsRequestEntry.Builder |
resources(Collection<String> resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutPartnerEventsRequestEntry.Builder |
resources(String... resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutPartnerEventsRequestEntry.Builder |
source(String source)
The event source that is generating the evntry.
|
PutPartnerEventsRequestEntry.Builder |
time(Instant time)
The date and time of the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPutPartnerEventsRequestEntry.Builder time(Instant time)
The date and time of the event.
time - The date and time of the event.PutPartnerEventsRequestEntry.Builder source(String source)
The event source that is generating the evntry.
source - The event source that is generating the evntry.PutPartnerEventsRequestEntry.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.PutPartnerEventsRequestEntry.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.PutPartnerEventsRequestEntry.Builder detailType(String detailType)
A free-form string used to decide what fields to expect in the event detail.
detailType - A free-form string used to decide what fields to expect in the event detail.PutPartnerEventsRequestEntry.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 © 2020. All rights reserved.