Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Archive.Builder
Packages that use Archive.Builder
-
Uses of Archive.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Archive.BuilderModifier and TypeMethodDescriptionArchive.Builder.archiveName(String archiveName) The name of the archive.static Archive.BuilderArchive.builder()Archive.Builder.creationTime(Instant creationTime) The time stamp for the time that the archive was created.Archive.Builder.eventCount(Long eventCount) The number of events in the archive.Archive.Builder.eventSourceArn(String eventSourceArn) The ARN of the event bus associated with the archive.Archive.Builder.retentionDays(Integer retentionDays) The number of days to retain events in the archive before they are deleted.The size of the archive, in bytes.The current state of the archive.Archive.Builder.state(ArchiveState state) The current state of the archive.Archive.Builder.stateReason(String stateReason) A description for the reason that the archive is in the current state.Archive.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Archive.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Archive.Builder>Archive.serializableBuilderClass()