Class DescribeArchiveResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeArchiveResponse.Builder,DescribeArchiveResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ARN of the archive.final StringThe name of the archive.builder()final InstantThe time at which the archive was created.final StringThe description of the archive.final booleanfinal booleanequalsBySdkFields(Object obj) final LongThe number of events in the archive.final StringThe event pattern used to filter events sent to the archive.final StringThe ARN of the event source associated with the archive.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe identifier of the KMS customer managed key for EventBridge to use to encrypt this archive, if one has been specified.final IntegerThe number of days to retain events for in the archive.static Class<? extends DescribeArchiveResponse.Builder>final LongThe size of the archive in bytes.final ArchiveStatestate()The state of the archive.final StringThe state of the archive.final StringThe reason that the archive is in the state.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods 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
-
archiveArn
The ARN of the archive.
- Returns:
- The ARN of the archive.
-
archiveName
The name of the archive.
- Returns:
- The name of the archive.
-
eventSourceArn
The ARN of the event source associated with the archive.
- Returns:
- The ARN of the event source associated with the archive.
-
description
The description of the archive.
- Returns:
- The description of the archive.
-
eventPattern
The event pattern used to filter events sent to the archive.
- Returns:
- The event pattern used to filter events sent to the archive.
-
state
The 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 state of the archive.
- See Also:
-
stateAsString
The 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 state of the archive.
- See Also:
-
stateReason
The reason that the archive is in the state.
- Returns:
- The reason that the archive is in the state.
-
kmsKeyIdentifier
The identifier of the KMS customer managed key for EventBridge to use to encrypt this archive, if one has been specified.
For more information, see Encrypting archives in the Amazon EventBridge User Guide.
- Returns:
- The identifier of the KMS customer managed key for EventBridge to use to encrypt this archive, if one has
been specified.
For more information, see Encrypting archives in the Amazon EventBridge User Guide.
-
retentionDays
The number of days to retain events for in the archive.
- Returns:
- The number of days to retain events for in the archive.
-
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 at which the archive was created.
- Returns:
- The time at which the archive was created.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeArchiveResponse.Builder,DescribeArchiveResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-