| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.clone() |
Archive |
Archive.withArchiveName(String archiveName)
The name of the archive.
|
Archive |
Archive.withCreationTime(Date creationTime)
The time stamp for the time that the archive was created.
|
Archive |
Archive.withEventCount(Long eventCount)
The number of events in the archive.
|
Archive |
Archive.withEventSourceArn(String eventSourceArn)
The ARN of the event bus associated with the archive.
|
Archive |
Archive.withRetentionDays(Integer retentionDays)
The number of days to retain events in the archive before they are deleted.
|
Archive |
Archive.withSizeBytes(Long sizeBytes)
The size of the archive, in bytes.
|
Archive |
Archive.withState(ArchiveState state)
The current state of the archive.
|
Archive |
Archive.withState(String state)
The current state of the archive.
|
Archive |
Archive.withStateReason(String stateReason)
A description for the reason that the archive is in the current state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Archive> |
ListArchivesResult.getArchives()
An array of
Archive objects that include details about an archive. |
| Modifier and Type | Method and Description |
|---|---|
ListArchivesResult |
ListArchivesResult.withArchives(Archive... archives)
An array of
Archive objects that include details about an archive. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListArchivesResult.setArchives(Collection<Archive> archives)
An array of
Archive objects that include details about an archive. |
ListArchivesResult |
ListArchivesResult.withArchives(Collection<Archive> archives)
An array of
Archive objects that include details about an archive. |
Copyright © 2020. All rights reserved.