Archive.Builder |
Archive.Builder.archiveName(String archiveName) |
The name of the archive.
|
static Archive.Builder |
Archive.builder() |
|
Archive.Builder |
Archive.Builder.creationTime(Instant creationTime) |
The time stamp for the time that the archive was created.
|
Archive.Builder |
Archive.Builder.eventCount(Long eventCount) |
The number of events in the archive.
|
Archive.Builder |
Archive.Builder.eventSourceArn(String eventSourceArn) |
The ARN of the event bus associated with the archive.
|
Archive.Builder |
Archive.Builder.retentionDays(Integer retentionDays) |
The number of days to retain events in the archive before they are deleted.
|
Archive.Builder |
Archive.Builder.sizeBytes(Long sizeBytes) |
The size of the archive, in bytes.
|
Archive.Builder |
Archive.Builder.state(String state) |
The current state of the archive.
|
Archive.Builder |
Archive.Builder.state(ArchiveState state) |
The current state of the archive.
|
Archive.Builder |
Archive.Builder.stateReason(String stateReason) |
A description for the reason that the archive is in the current state.
|
Archive.Builder |
Archive.toBuilder() |
|