Interface EvidenceFinderEnablement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvidenceFinderEnablement.Builder,EvidenceFinderEnablement>,SdkBuilder<EvidenceFinderEnablement.Builder,EvidenceFinderEnablement>,SdkPojo
- Enclosing class:
- EvidenceFinderEnablement
public static interface EvidenceFinderEnablement.Builder extends SdkPojo, CopyableBuilder<EvidenceFinderEnablement.Builder,EvidenceFinderEnablement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvidenceFinderEnablement.BuilderbackfillStatus(String backfillStatus)The current status of the evidence data backfill process.EvidenceFinderEnablement.BuilderbackfillStatus(EvidenceFinderBackfillStatus backfillStatus)The current status of the evidence data backfill process.EvidenceFinderEnablement.BuilderenablementStatus(String enablementStatus)The current status of the evidence finder feature and the related event data store.EvidenceFinderEnablement.BuilderenablementStatus(EvidenceFinderEnablementStatus enablementStatus)The current status of the evidence finder feature and the related event data store.EvidenceFinderEnablement.Buildererror(String error)Represents any errors that occurred when enabling or disabling evidence finder.EvidenceFinderEnablement.BuildereventDataStoreArn(String eventDataStoreArn)The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s used by evidence finder.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventDataStoreArn
EvidenceFinderEnablement.Builder eventDataStoreArn(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
enablementStatus
EvidenceFinderEnablement.Builder enablementStatus(String 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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EvidenceFinderEnablementStatus,EvidenceFinderEnablementStatus
-
-
enablementStatus
EvidenceFinderEnablement.Builder enablementStatus(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EvidenceFinderEnablementStatus,EvidenceFinderEnablementStatus
-
-
backfillStatus
EvidenceFinderEnablement.Builder backfillStatus(String 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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EvidenceFinderBackfillStatus,EvidenceFinderBackfillStatus
-
-
backfillStatus
EvidenceFinderEnablement.Builder backfillStatus(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EvidenceFinderBackfillStatus,EvidenceFinderBackfillStatus
-
-
error
EvidenceFinderEnablement.Builder error(String error)
Represents any errors that occurred when enabling or disabling evidence finder.
- Parameters:
error- Represents any errors that occurred when enabling or disabling evidence finder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-