Class Archive
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Archive.Builder,Archive>
An Archive object that contains details about an archive.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe name of the archive.static Archive.Builderbuilder()final InstantThe time stamp for the time that the archive was created.final booleanfinal booleanequalsBySdkFields(Object obj) final LongThe number of events in the archive.final StringThe ARN of the event bus associated with the archive.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe number of days to retain events in the archive before they are deleted.static Class<? extends Archive.Builder>final LongThe size of the archive, in bytes.final ArchiveStatestate()The current state of the archive.final StringThe current state of the archive.final StringA description for the reason that the archive is in the current state.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
archiveName
The name of the archive.
- Returns:
- The name of the archive.
-
eventSourceArn
The ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.
- Returns:
- The ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.
-
state
The current state of the archive.
If the service returns an enum value that is not available in the current SDK version,
statewill returnArchiveState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the archive.
- See Also:
-
stateAsString
The current state of the archive.
If the service returns an enum value that is not available in the current SDK version,
statewill returnArchiveState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the archive.
- See Also:
-
stateReason
A description for the reason that the archive is in the current state.
- Returns:
- A description for the reason that the archive is in the current state.
-
retentionDays
The number of days to retain events in the archive before they are deleted.
- Returns:
- The number of days to retain events in the archive before they are deleted.
-
sizeBytes
The size of the archive, in bytes.
- Returns:
- The size of the archive, in bytes.
-
eventCount
The number of events in the archive.
- Returns:
- The number of events in the archive.
-
creationTime
The time stamp for the time that the archive was created.
- Returns:
- The time stamp for the time that the archive was created.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Archive.Builder,Archive>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-