Uses of Interface
software.amazon.awssdk.services.eventbridge.model.EventSource.Builder
Packages that use EventSource.Builder
-
Uses of EventSource.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return EventSource.BuilderModifier and TypeMethodDescriptionThe ARN of the event source.static EventSource.BuilderEventSource.builder()The name of the partner that created the event source.EventSource.Builder.creationTime(Instant creationTime) The date and time the event source was created.EventSource.Builder.expirationTime(Instant expirationTime) The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.The name of the event source.The state of the event source.EventSource.Builder.state(EventSourceState state) The state of the event source.EventSource.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EventSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventSource.Builder>EventSource.serializableBuilderClass()