Class EvidenceFinderEnablement
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.EvidenceFinderEnablement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvidenceFinderEnablement.Builder,EvidenceFinderEnablement>
@Generated("software.amazon.awssdk:codegen") public final class EvidenceFinderEnablement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvidenceFinderEnablement.Builder,EvidenceFinderEnablement>
The settings object that specifies whether evidence finder is enabled. This object also describes the related event data store, and the backfill status for populating the event data store with evidence data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvidenceFinderEnablement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EvidenceFinderBackfillStatusbackfillStatus()The current status of the evidence data backfill process.StringbackfillStatusAsString()The current status of the evidence data backfill process.static EvidenceFinderEnablement.Builderbuilder()EvidenceFinderEnablementStatusenablementStatus()The current status of the evidence finder feature and the related event data store.StringenablementStatusAsString()The current status of the evidence finder feature and the related event data store.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringerror()Represents any errors that occurred when enabling or disabling evidence finder.StringeventDataStoreArn()The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s used by evidence finder.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EvidenceFinderEnablement.Builder>serializableBuilderClass()EvidenceFinderEnablement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eventDataStoreArn
public final String eventDataStoreArn()
The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s used by evidence finder. The event data store is the lake of evidence data that evidence finder runs queries against.
- Returns:
- The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s used by evidence finder. The event data store is the lake of evidence data that evidence finder runs queries against.
-
enablementStatus
public final EvidenceFinderEnablementStatus enablementStatus()
The current status of the evidence finder feature and the related event data store.
-
ENABLE_IN_PROGRESSmeans that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. -
ENABLEDmeans that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. -
DISABLE_IN_PROGRESSmeans that you requested to disable evidence finder, and your request is pending the deletion of the event data store. -
DISABLEDmeans that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
If the service returns an enum value that is not available in the current SDK version,
enablementStatuswill returnEvidenceFinderEnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenablementStatusAsString().- Returns:
- The current status of the evidence finder feature and the related event data store.
-
ENABLE_IN_PROGRESSmeans that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. -
ENABLEDmeans that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. -
DISABLE_IN_PROGRESSmeans that you requested to disable evidence finder, and your request is pending the deletion of the event data store. -
DISABLEDmeans that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
-
- See Also:
EvidenceFinderEnablementStatus
-
-
enablementStatusAsString
public final String enablementStatusAsString()
The current status of the evidence finder feature and the related event data store.
-
ENABLE_IN_PROGRESSmeans that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. -
ENABLEDmeans that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. -
DISABLE_IN_PROGRESSmeans that you requested to disable evidence finder, and your request is pending the deletion of the event data store. -
DISABLEDmeans that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
If the service returns an enum value that is not available in the current SDK version,
enablementStatuswill returnEvidenceFinderEnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenablementStatusAsString().- Returns:
- The current status of the evidence finder feature and the related event data store.
-
ENABLE_IN_PROGRESSmeans that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. -
ENABLEDmeans that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. -
DISABLE_IN_PROGRESSmeans that you requested to disable evidence finder, and your request is pending the deletion of the event data store. -
DISABLEDmeans that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
-
- See Also:
EvidenceFinderEnablementStatus
-
-
backfillStatus
public final EvidenceFinderBackfillStatus backfillStatus()
The current status of the evidence data backfill process.
The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried.
-
NOT_STARTEDmeans that the backfill hasn’t started yet. -
IN_PROGRESSmeans that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. -
COMPLETEDmeans that the backfill is complete. All of your past evidence is now queryable.
If the service returns an enum value that is not available in the current SDK version,
backfillStatuswill returnEvidenceFinderBackfillStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombackfillStatusAsString().- Returns:
- The current status of the evidence data backfill process.
The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried.
-
NOT_STARTEDmeans that the backfill hasn’t started yet. -
IN_PROGRESSmeans that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. -
COMPLETEDmeans that the backfill is complete. All of your past evidence is now queryable.
-
- See Also:
EvidenceFinderBackfillStatus
-
-
backfillStatusAsString
public final String backfillStatusAsString()
The current status of the evidence data backfill process.
The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried.
-
NOT_STARTEDmeans that the backfill hasn’t started yet. -
IN_PROGRESSmeans that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. -
COMPLETEDmeans that the backfill is complete. All of your past evidence is now queryable.
If the service returns an enum value that is not available in the current SDK version,
backfillStatuswill returnEvidenceFinderBackfillStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombackfillStatusAsString().- Returns:
- The current status of the evidence data backfill process.
The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried.
-
NOT_STARTEDmeans that the backfill hasn’t started yet. -
IN_PROGRESSmeans that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. -
COMPLETEDmeans that the backfill is complete. All of your past evidence is now queryable.
-
- See Also:
EvidenceFinderBackfillStatus
-
-
error
public final String error()
Represents any errors that occurred when enabling or disabling evidence finder.
- Returns:
- Represents any errors that occurred when enabling or disabling evidence finder.
-
toBuilder
public EvidenceFinderEnablement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvidenceFinderEnablement.Builder,EvidenceFinderEnablement>
-
builder
public static EvidenceFinderEnablement.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvidenceFinderEnablement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-