Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.Event.Builder
Packages that use Event.Builder
-
Uses of Event.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return Event.BuilderModifier and TypeMethodDescriptionThe identifier of the actor associated with the event.default Event.BuilderEvent.Builder.branch(Consumer<Branch.Builder> branch) The branch information for the event.The branch information for the event.static Event.BuilderEvent.builder()The unique identifier of the event.Event.Builder.eventTimestamp(Instant eventTimestamp) The timestamp when the event occurred.The identifier of the AgentCore Memory resource containing the event.Event.Builder.metadata(Map<String, MetadataValue> metadata) Metadata associated with an event.Event.Builder.payload(Collection<PayloadType> payload) The content payload of the event.Event.Builder.payload(Consumer<PayloadType.Builder>... payload) The content payload of the event.Event.Builder.payload(PayloadType... payload) The content payload of the event.The identifier of the session containing the event.Event.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type Event.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Event.Builder>Event.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type Event.BuilderModifier and TypeMethodDescriptiondefault CreateEventResponse.BuilderCreateEventResponse.Builder.event(Consumer<Event.Builder> event) The event that was created.default GetEventResponse.BuilderGetEventResponse.Builder.event(Consumer<Event.Builder> event) The requested event information.