Uses of Interface
software.amazon.awssdk.services.eventbridge.model.PutEventsRequestEntry.Builder
Packages that use PutEventsRequestEntry.Builder
-
Uses of PutEventsRequestEntry.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PutEventsRequestEntry.BuilderModifier and TypeMethodDescriptionPutEventsRequestEntry.builder()A valid JSON object.PutEventsRequestEntry.Builder.detailType(String detailType) Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.PutEventsRequestEntry.Builder.eventBusName(String eventBusName) The name or ARN of the event bus to receive the event.Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.PutEventsRequestEntry.Builder.resources(Collection<String> resources) Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.The source of the event.The time stamp of the event, per RFC3339.PutEventsRequestEntry.toBuilder()PutEventsRequestEntry.Builder.traceHeader(String traceHeader) An X-Ray trace header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PutEventsRequestEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutEventsRequestEntry.Builder>PutEventsRequestEntry.serializableBuilderClass()